Publish a signup
Transitions status from `draft` to `published`. Idempotent — publishing an already-published signup is a no-op. Closed signups can't be republished (returns 409).
Transitions status from draft to published. Idempotent — publishing an already-published signup is a no-op. Closed signups can't be republished (returns 409).
Authorization
ApiKey Long-lived org-scoped API key. Generate one from your account dashboard. Pass as Authorization: Bearer sgn_live_….
In: header
Path Parameters
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/signups/497f6eca-6276-4993-bfeb-53cbbbba6f08/publish"{
"id": "550e8400-e29b-41d4-a716-446655440100",
"organizationId": "org_123",
"slug": "fall-fundraiser-a1b2",
"title": "Fall fundraiser",
"status": "published",
"eventDate": "2026-09-15T17:00:00Z",
"signupCloseDate": "2019-08-24T14:15:22Z",
"location": "string",
"isPrivate": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"description": "string",
"maxParticipants": 0,
"requiresPhone": true,
"eventWideCustomField": {
"name": "string",
"required": true,
"type": "short"
}
}{
"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
}
}{
"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
}
}Cancel a registration DELETE
Removes a single participant row. Use this for organizer-driven cleanup (e.g. removing a duplicate or no-show). Participant-driven cancellation flows still go through the confirmation-token URL.
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.