...
Code Block |
---|
POST {{everifin_url}}/auth/realms/everifin_paygate/protocol/openid-connect/token
Content-Type: "application/x-www-form-urlencoded"
Body:
client_id: "your-client-id"
client_secret: "your-client-secret"
grant_type: "client_credentials" |
...