Authentication

Verify the current sign-in

POST/api/auth/verify

Validates the current authentication credentials and returns the user and their team memberships.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Responses

200The operation completed successfully.
NameTypeDescription
teamsrequiredanyTeams associated with the user.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL