v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
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.

access_tokenstring required

The access token issued.

token_typestring required

Case insensitive token type issued.

expires_ininteger required

The lifetime in seconds of the access token.

All 149 operations