curl -X POST https://api-eu.sulpayments.ch/v1/auth \ -H "Authorization: Basic eW91cl9jbGllbnRfaWQ6eW91cl9jbGllbnRfc2VjcmV0"
{ "token": "eyJhbGciOiJIUzI1NiJ9...", "expire_minutes": 30, "type": "Bearer" }
Exchange client credentials for a short-lived Bearer token
client_id:client_secret
Basic {base64(client_id:client_secret)}
30
Bearer