Returns information about the authenticated user, their current organization, and API key permissions. Use this endpoint to verify your authentication and understand your available API access levels.
OK
required | object (Tenant) |
required | object (User) |
required | object (Grant) |
Not Found
Errors
{- "grant": {
- "createdAt": "2023-01-01T00:00:00Z",
- "scopes": [
- "api"
], - "type": "api-key"
}, - "user": {
- "firstName": "John",
- "lastName": "Smith",
- "emailAddress": "john.smith@contoso.com",
- "id": 1
}, - "tenant": {
- "name": "Contoso Ltd.",
- "subdomain": "contoso",
- "id": 1
}
}