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 }
Credenciais da API (API Key e Secret)
Token JWT gerado com sucesso