v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

Token

post/auth/token

Headers

Content-Typestring required

Request body

grant_typestring required

Target authentication type: client_credentials

scopestring required

Is the scope of the target API. Provided by Transfero

client_secretstring required

Client's unique secret. Provided by Transfero

client_idstring required

Client's unique identification in Transfero. Provided by Transfero

Response

200

token_typestring
expires_ininteger
ext_expires_ininteger
access_tokenstring

Example response

{
  "token_type": "Bearer",
  "expires_in": 3599,
  "ext_expires_in": 3599,
  "access_token": "eyJhbOiJIUzI1Ndsfsffdfs.eyJSb2xlIjoiQWRtaW4iLCJJc3N1ZXIiOiJJc3N1ZXIiLCJVc2VybmFtZSI6IkphdmFJblVzZSIsImV4cCI6MTcyNjAwasdawerrrrrIjoxNzI2MDAxMzQ4fQ.jug4OrQxLQocpk6BmngyXWx8bFakez3rZK-4CZ_N_gg"
}
All 32 operations