Me
GET /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.
Role Mappings
The role field in the response maps to API key permission levels as follows:
| Role Value | Permission Level |
|---|---|
USER | Standard |
ARCHITECT | Architect |
ADMIN | Admin |
Additional Information
Responses
200
A successful response.