Skip to main content

Endpoint

Authentication

This endpoint requires authentication via API key. Include your API key in the X-API-Key header:

Request Example

Response

Success Response

Status Code: 200 OK

Response Fields

Entity Object Fields

Each entity in the entities array contains:

Error Responses

401 Unauthorized

Returned when authentication fails. See the authentication errors section for details.

404 Not Found

Returned when the organization associated with the API key cannot be found.

Use Cases

This endpoint is useful for:
  • Verifying API key status - Test that your API key is valid and active
  • Retrieving organization context - Get information about your organization for integration purposes
  • Entity management - Access the list of legal entities configured in your organization
  • Rate limit awareness - Understand the rate limits applied to your API key