Skip to main content
Use this endpoint to fetch all pending invitations in your Shilo organization. This is useful for auditing who has been invited but hasn’t yet accepted, or for building dashboards that surface outstanding onboarding actions for your team administrators.

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 an InvitationsResponseDto 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 the x-api-key header is present and correct.

Example Request

Example Response