GET
https://api.main.apexscore.ai
/
api
/
v1
/
organization-invitations
/
validate_token
curl --request GET \
  --url https://api.main.apexscore.ai/api/v1/organization-invitations/validate_token/ \
  --header 'Authorization: Bearer <token>'
{
  "is_valid": true,
  "organization_name": "<string>",
  "user": {
    "email": "jsmith@example.com"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

token
string
required

The token to validate

Response

200
application/json

The response is of type object.