Skip to main content
Version: v1

Me

This endpoint provides a way to test authentication with an API key. The API returns identifying information corresponding to the provided authentication method. This endpoint does not accept any parameters

Response Headers

  • Retry-After: A numerical value in seconds is returned when the status code returned is 429. This indicates the number of seconds after which the request may be retried.

Additional Information

Responses
200

A successful response.


{
"email": "daniel@falko.com",
"orgId": "ABC",
"role": "ADMIN"
}
Loading...