Authorization check
Authorization Check
This endpoint is used to check API request validity by authenticating the user profile.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
OK
The authenticated user's email.
The authenticated user's display name.
The organization name associated with the user.
The time taken to process the request in milliseconds.
A unique identifier for tracking.
Was this page helpful?