Skip to main content
Base URL:
https://api.prod.commenda.io/api/v1/public

Authentication

Pass your affiliate API key in the x-api-key header on every request.
curl --request GET \
  --url 'https://api.prod.commenda.io/api/v1/public/business-entities' \
  --header 'x-api-key: <affiliate_api_key>'

Response conventions

  • List endpoints return { <resourcePlural>, count }.
  • Detail endpoints return { <resourceSingular> }.
  • Business-entity-scoped endpoints return 403 when the authenticated affiliate cannot access the requested entity.

Available resources