Skip to main content
GET
List an event's signups

Authorizations

Authorization
string
header
required

Create a token under Organization settings → API. Tokens are shown once, on creation. They belong to the organization, not to you, so they keep working if you leave the team. API access is included on every plan; the rate limit depends on the plan.

Path Parameters

event_id
string
required

The ID of the event.

event
string
required

The event's id.

Query Parameters

slot_id
string

Only signups for one shift.

Example:

"019fdf11-4bc7-723f-96f0-fdf57ab20b07"

status
string

Filter by status: confirmed or cancelled.

Example:

"confirmed"

per_page
integer

Results per page, capped at 100.

Example:

25

cursor
string

The cursor from a previous response's meta.next_cursor.

Example:

null

Response

data
object[]
Example:
meta
object