post https://prod.api.getborderless.com/authentication
Introduction
To use the borderless™ API, your API calls need to be authenticated by creating a JWT Token. Use this endpoint to generate a JWT authentication token. JWT tokens are valid for 15 minutes and need to be regenerated after expiry.
Data Requirements
Provide the following data requirements when sending a POST request to the Authentication endpoint.
The body of the request should contain a JSON object with the the following information:
Parameter | Required? | Description | Type |
---|---|---|---|
issuer | Yes | The 25 character alphanumeric string that is unique to your borderless™ Account and can be revealed in the Issuer ID column on the "Tokens" tab of your Developer Dashboard. An example would look like this: al2gyjp2bqqkm1598ekv9etfd | String |
secretKey | Yes | The 36 character string that is unique to your borderless™ Account and is generated from the "Tokens" tab of your Developer Dashboard. It is distinct from the JWT. An example would look like this: 42f1828e-c705-11ec-9d64-0242ac120002. | String |
partnerKey | No | The 36 character string that is unique to your borderless™ Partner Account. This field is required when you want to use various different endpoints on behalf of your Child Accounts. | String |