Skip to main content

getToken

POST 

/auth/token

Used for Login to PGW API and Backoffice

Request

Body

required

    grant_type string

    Possible values: [client_credentials, password, refresh_token]

    username string
    password string
    client_id stringrequired
    client_secret stringrequired
    scope string

Responses

Schema

    object

Loading...