Skip to main content
GET
/
invites
List pending invites
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"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Response

List of pending invites

id
string<uuid>

The unique identifier of the invite

email
string<email>

The email address of the invited user

createdAt
string<date-time>

When the invite was created