Get your organization
GET/organization/me
Returns the organization the request is authenticated as — the tenant behind your JWT, API key, or signed request. This is the successor to the identity fields (email/name) that older JWTs carried in their payload: tokens are opaque and now contain only the organization id, so read identity from this endpoint instead of decoding the token.
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
The authenticated organization.
Bad Request - Invalid input data
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient permissions
Not Found - Resource not found
Conflict - Resource already exists or state conflict
Unprocessable Entity - Validation error
Environment: