Skip to main content
POST
Get auth URL

Authorizations

x-api-key
string
header
required

API key for authentication. Can also be passed as Authorization: Bearer <token>.

Body

application/json
toolkit
string
required

Toolkit slug (from search results).

scopes
string[]

OAuth scopes to request. If omitted, requests all available scopes.

redirect_url
string

URL to redirect the user to after authorization completes.

Response

Successful response

redirectUrl
string
required

URL to open in a browser to complete the OAuth flow.