getToken
POST/auth/token
Used for Login to PGW API and Backoffice
Request
- application/json
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
- 201
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...