Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Pass your partner API key in thex-api-key header on every request.
Response conventions
- List endpoints return
{ <resourcePlural>, count }. - Detail endpoints return
{ <resourceSingular> }. - All customer-scoped Commenda OS partner endpoints are scoped by
customerId. - Requests without a valid
x-api-keyreturn401withMissing x-api-key headerorInvalid API key. - Customer-scoped endpoints return
403when the partner cannot access the requested customer. - Business-entity-scoped collection endpoints return
404 Business entity not foundwhen thebusinessEntityIddoes not belong to the specified customer. - Child detail endpoints return resource-specific
404messages such asLocation not found,Government identifier not found, orRegistration not found.