Authentication
Pass your affiliate API key in thex-api-key header on every request.
Response conventions
- List endpoints return
{ <resourcePlural>, count }. - Detail endpoints return
{ <resourceSingular> }. - Business-entity-scoped endpoints return
403when the authenticated affiliate cannot access the requested entity.