Skip to main content
POST
Oauth Token

Authorizations

Authorization
string
header
required

API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.

Body

application/x-www-form-urlencoded
grant_type
string
required
code
string | null
redirect_uri
string | null
code_verifier
string | null
refresh_token
string | null
client_id
string | null
client_secret
string | null

Response

Successful Response