Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pluginId
string
required

Body

application/json
refreshToken
string
required
secret
string
required

Response

201 - application/json

Returns token.

accessToken
string
required
refreshToken
string
required
scopes
string[]
required
expiresIn
number
required
refreshExpiresIn
number
required
Last modified on March 5, 2026