Skip to main content
POST
/
api
/
v1
/
auth
/
login
Login
curl --request POST \
  --url https://sandbox-revo-api.raliopay.com/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_code": "<string>",
  "api_key": "<string>"
}
'
{
  "token": "<string>"
}

Body

application/json

Login credentials

api_code
string
required
api_key
string
required

Response

OK

token
string