Skip to main content
POST
/
auth
cURL
curl --request POST \
  --url https://api.fortunapay.com.br/v1/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key": "<string>",
  "api_secret": "<string>"
}
'
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": 123
}

Body

application/json

Credenciais da API (API Key e Secret)

api_key
string
required
api_secret
string
required

Response

Token JWT gerado com sucesso

access_token
string
token_type
string
expires_in
integer