🔐Authorization

Brief description

The payskin service uses OpenID standard for authorization. To be able to use payskin.gg api you need to obtain access token. Below you can find sample request allowing you to claim token.

POST https://auth-dev.payskin.gg/auth/realms/master/protocol/openid-connect/token  
Content-Type: application/x-www-form-urlencoded

client_id=clientId 
client_secret=clientSecret
grant_type=grant_type=client_credentials 

Last updated