Request an access token

Retrieve an access token to authenticate your requests to Payrails' services.

The access token will be valid for a limited duration indicated by the expires_in field in the response.

You should store the token on your side until it expires, at which point you will need to obtain a new one by making a new request.

Path Params
string
required

The id of the client that wants to retrieve an OAuth token.

Responses

Response body
object
string
required

The access token issued.

string
required
Defaults to Bearer

Case insensitive token type issued.

int32
required
Defaults to 600

The lifetime in seconds of the access token.

Headers
object
string
string

Language
Credentials