Mandatory parameters
To perform an authorised API call, you must use two header parameters.
x-auth-token
,x-channel-code
.
x-auth-token
For the HTTP header parameter x-auth-token
, use the JWT token you received in response to the authentication call as a parameter value.
Example cURL with employee token
x-channel-code
Use one of the following values for the x-channel-code
HTTP header parameter:
SYSTEM
- to perform API calls with thex-auth-token
of the digital identity of your employee.SELFSERVICE
- to perform API calls with thex-auth-token
of the digital identity of the authenticated customer.
Example cURL with employee token
Example cURL with customer token
Last updated
Was this helpful?