Skip to main content
POST
Resolve who is on call for a rotation

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
rotation
object
required

On-call rotation cadence definition. Members is an ordered, non-empty list of opaque target identifiers (E.164 numbers, emails, push tokens, contact ids). Anchor is the ISO instant when member[0]'s first shift begins.

at
string<date-time> | null

Instant to resolve at; defaults to now

Response

200 - application/json

On-call resolution result

data
object
required

Result of resolving who is on call for a rotation at a given instant

meta
object
required