1. Home
  2. Arbiter
  3. Arbiter 1.0
  4. Get Access Token

Get Access Token

What Is an Access Token?

The Access Token is needed in every request sent to the system in order to validate the sending user.

Request Structure

Method: POST
Endpoint:  <base url>/passport/oauth/token

Sample Request

Header Fields

Field#Field nameDataData typeMax lengthRequiredDescription
1Authorization <Authorization> StringvariableYesBasic Base64(ClientID:Secret)
2Content-Type
application/json
StringvariableYesThe type of content the call expects. It is usually specified in the sample code for each call

Sample Payload (bodyplease contact Interswitch for correct test credential)

{
    “grant_type” : “password”,
    “username” : “test.test@arbitertest.com”,
    “password” : “password”
}
Was this article helpful to you? Yes 1 No

How can we help?