keelwave
API ReferenceAuth

Get invite info by token (public — for the accept page)

GET
/auth/invites/{token}

Path Parameters

token*string

Invite token

Response Body

application/json

curl -X GET "https://example.com/auth/invites/string"
{  "accepted_at": "string",  "created_at": "string",  "email": "string",  "expires_at": "string",  "id": "string",  "organization_id": "string",  "role": "string"}