APISignupsIdSlots
List time slots for a signup
Authorization
ApiKey AuthorizationBearer <token>
Long-lived org-scoped API key. Generate one from your account dashboard. Pass as Authorization: Bearer sgn_live_….
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/signups/497f6eca-6276-4993-bfeb-53cbbbba6f08/slots"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"maxParticipants": 1,
"title": "string",
"description": "string",
"location": "string",
"customField": {
"name": "string",
"required": true,
"type": "short"
},
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"type": "https://thesignup.app/problems/not-found",
"title": "Not found",
"status": 404,
"detail": "string",
"code": "missing_credentials",
"errors": [
{
"path": "string",
"message": "string"
}
],
"cause": {
"property1": null,
"property2": null
}
}{
"type": "https://thesignup.app/problems/not-found",
"title": "Not found",
"status": 404,
"detail": "string",
"code": "missing_credentials",
"errors": [
{
"path": "string",
"message": "string"
}
],
"cause": {
"property1": null,
"property2": null
}
}{
"type": "https://thesignup.app/problems/not-found",
"title": "Not found",
"status": 404,
"detail": "string",
"code": "missing_credentials",
"errors": [
{
"path": "string",
"message": "string"
}
],
"cause": {
"property1": null,
"property2": null
}
}{
"type": "https://thesignup.app/problems/not-found",
"title": "Not found",
"status": 404,
"detail": "string",
"code": "missing_credentials",
"errors": [
{
"path": "string",
"message": "string"
}
],
"cause": {
"property1": null,
"property2": null
}
}Send manual reminders to participants POST
Triggers an immediate reminder send. Skips participants who've already received one for this event. SMS-based today (email reminders ship via the day-before cron). Subject to the org's SMS ceiling.
Update a time slot PATCH
Partial update — supplied fields only. Use null to clear nullable fields.