Get an invite's realm and status.
GET /realms/{realm_id}/invites/{nonce}
GET
/realms/{realm_id}/invites/{nonce}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” realm_id
required
string format: uuid
The id of the realm.
Examples
the twisted-minds realm id
76ef4cc3-1603-4278-95d7-99c59f481d2e nonce
required
string
The invite code.
Examples
the invite code.
123invite_code456Responses
Section titled “ Responses ”The realm amd status of the requested invite.
object
realm_id
required
string format: uuid
realm_slug
required
string
invite_status
required
string
requires_email
required
boolean
Examples
{ "realm_id": "76ef4cc3-1603-4278-95d7-99c59f481d2e", "realm_slug": "twisted-minds", "invite_status": "pending", "requires_email": true}The invite with the given code was not found.
Generic response object
object
message
string