Authentication and sub-partners
Abi API requests use bearer access tokens generated from partner credentials. Authentication belongs in your server-side integration.
- Send the partner credentials to the token operation documented in the API reference.
- Store the returned access and refresh tokens in your server-side secret store.
- Send the access token in the
Authorization: Bearer <token>header. - Refresh the token before or after expiry using the documented refresh operation.
Sub-partner access
Section titled “Sub-partner access”Where an integration operates multiple brands, services, or environments, Abi can scope a token using subPartnerName. When that scope is embedded in the token, requests should not duplicate the value in individual request bodies unless the API contract requires it.
