Endpoint
Authentication
Include your API key in the request header:Query Parameters
number
default:"50"
Maximum number of results to return per page. Maximum value is
100.string
Pagination cursor returned from a previous response’s
pagination.next_cursor. Omit to start from the beginning of the list.string
default:"asc"
Sort order for results by creation date. Accepted values:
asc, desc.Response
200 — Success
Returns anInvitationsResponseDto object containing a data array of Invitation objects and a pagination block.
array
Array of pending Invitation objects.
object
Pagination metadata for iterating through large result sets.
401 — Unauthorized
Your API key is missing or invalid. Ensure thex-api-key header is present and correct.