Skip to main content
GET
/
organizations
/
{id}
/
invites
Get pending invitations
curl --request GET \
  --url http://sandbox.mintlify.com/organizations/{id}/invites \
  --header 'Authorization: Bearer <token>'
Lists all pending invitations for an organization.

Permissions

User must be owner or admin.

Response

Returns pending invitations with:
  • Invite ID and status
  • Invitee email and role
  • Expiration date
  • Who sent the invitation

Example

curl -X GET http://localhost:3001/api/organizations/550e8400-e29b-41d4-a716-446655440000/invites \
  -H "Authorization: Bearer <token>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Invitations list retrieved successfully with invitee details.