Input parameters

Here are the required inputs to the JWT token endpoint:

attribute type Expected value Example
grant_type query params OAuth 2.0 grant type - client credentials
value = client_credentials
grant_type=client_credentials&
nonce=gdfgds1
nonce query params Unique random alphanumeric string. This string must be unique for each token request. The purpose of this grant_type=client_credentials&
nonce=gdfgds1
Authorization Headers Basic Auth - API key and secret base64 encoded Authorization: Basic 
RUZzakdMVVd…lCSWlBTUFvSmVEUkZxUA=='
*subject Body Unique vendor reference ID provided as part of new partner registration process {"claims" : {"subject" :
 "9ef4a793-c9fe-456d-99ae-6a53d866e3e7"}}