Authentication
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.
post/auth/token/{clientId}
Path parameters
clientIdstring required
The id of the client that wants to retrieve an OAuth token.
Response
OK - A successful access token.