cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/invites \ --header 'Authorization: Bearer <token>'
[ { "id": "550e8400-e29b-41d4-a716-446655440500", "email": "newuser@example.com", "createdAt": "2026-01-15T10:00:00.000Z" }, { "id": "550e8400-e29b-41d4-a716-446655440501", "email": "another@example.com", "createdAt": "2026-01-16T14:30:00.000Z" } ]
List all pending invites for the workspace
API key authentication. Generate an API key from your workspace settings.
List of pending invites
The unique identifier of the invite
The email address of the invited user
When the invite was created
Was this page helpful?