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
A successful response.
Schema
The email corresponding to the authenticated seat. This will be blank if the request used the legacy org key instead of a per-user key.
The Org Id corresponding to the authenticated API key
The Embed Partner Id corresponding to the authenticated API key
Possible values: [UNKNOWN
, ADMIN
, USER
, VIEW_ONLY
, UMBRELLA_MANAGER
, ARCHITECT
]
Default value: UNKNOWN
The Role corresponding to the user that created the API key
{
"email": "daniel@falko.com",
"orgId": "ABC",
"role": "ADMIN"
}
Unauthenticated. Fullstory was unable to verify the API key. The supplied API key was wrong or the API key could have been revoked.
Schema
- any
Rate Limited. Too many requests were made in a short amount of time. Please retry after some time or check the response headers for details.
Schema
- any
Fullstory server failure. Something went wrong on Fullstory's servers. Please contact support@fullstory.com if this problem persists.
Schema
- any