Documentation Index
Fetch the complete documentation index at: https://docs.chamelio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint requires authentication via API key. Include your API key in theX-API-Key header:
Request Example
Response
Success Response
Status Code:200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
org_name | string | The name of your organization |
rate_limit_per_minute | integer | The maximum number of API requests allowed per minute for this API key |
entities | array | List of legal entities associated with your organization |
api_key_id | integer | The unique identifier for the API key used in this request |
Entity Object Fields
Each entity in theentities array contains:
| Field | Type | Description |
|---|---|---|
legal_entity_id | integer | Unique identifier for the legal entity |
name | string | Name of the legal entity |
entity_type | string | Type of legal entity (e.g., corporation, limited_company) |
jurisdiction | string | Legal jurisdiction of the entity |
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