cURL
curl --request GET \ --url https://api.trycomp.ai/v1/organization \ --header 'X-API-Key: <api-key>'
{ "id": "org_abc123def456", "name": "Acme Corporation", "slug": "acme-corp", "createdAt": "2023-11-07T05:31:56Z" }
Returns detailed information about the authenticated organization
API key for authentication
Organization information retrieved successfully
The response is of type object.
object
Was this page helpful?