Skip to main content
POST
Authorize an external app connection with the current Base39 organization

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Body

application/json
client_id
string
required
Example:

"zapier"

response_type
string
required
Example:

"code"

redirect_uri
string
required
Example:

"https://zapier.com/dashboard/auth/oauth/return/App236456CLIAPI/"

code_challenge
string
required
code_challenge_method
string
required
Example:

"S256"

state
string

Response

200 - application/json
redirectUrl
string
required
Example:

"https://zapier.com/dashboard/auth/oauth/return/App236456CLIAPI/?code=abc&state=xyz"