/api/enrichment prefix of your environment’s base URL and are
authenticated with the X-Api-Client-Key header. See
Making authenticated requests for the auth model.
Endpoints
Conventions
- Content type — request and response bodies are JSON (
application/json). - Organization scoping — the merchant organization is resolved from your API key; you never pass an org identifier.
- Errors — failures use standard HTTP status codes with a message body:
400(bad request),401(unauthenticated),403(missing scope). - Pagination — offset-based via
page/pageSize, withtotalElementsandtotalPagesin the response.