Skip to main content
POST
Add a shift

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.

Headers

Idempotency-Key
string

Path Parameters

event_id
string
required

The ID of the event.

event
string
required

The event's id.

Body

application/json
title
string
required

What the shift is called.

Example:

"Grill Master"

capacity
integer
required

How many volunteers are needed. Your plan caps the maximum.

Example:

4

location
string | null

Where this shift happens, if not the event location.

Example:

"North gate"

start_time
string | null

Wall-clock start as HH:MM. Omit for an all-day shift.

Example:

"11:00"

end_time
string | null

Wall-clock end as HH:MM. Must be after start_time.

Example:

"13:00"

Response

data
object