Get authenticated user details
GET/v1/me
Responses
- 200
- 429
- application/json
- Schema
- Example (from schema)
Schema
email stringnullable
fullName stringnullable
{
"email": "string",
"fullName": "string"
}
Too many requests. In case of the request rate exceeds the rate limits.
Loading...