Authentication
Get token
/api/v3/oauth/token POST
Request parameters
URL parameters
Returning Responses
Authentication
After obtaining the token, you need to add it to the request header for subsequent API calls. For example:
curl --location 'https://api.starpago.com/api/v3/merchant/balance' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtaWQiOjEwMCwidHlwZSI6Im1lcmNoYW50IiwiaXNzIjoic3RhcnBhZ28iLCJleHAiOjE3MjU0NTY0NzN9.TTWj2Ctem2qfPhLtvpx4XG5lrXUH4veQD7dsQb0B9SI'
