Skip to main content
POST
Resolve OAuth connection account authorization for workers

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Body

application/json
client_id
string
required
externalAccountId
string
required

External account or tenant identifier resolved by the OAuth provider

externalUserId
string

External user identifier resolved by the OAuth provider

Response

200 - application/json
access_token
string
required
Example:

"xoxb-123"

connected
boolean
required

Whether the OAuth account is actively connected to a Base39 organization.

Example:

true

org_id
string
Example:

"o_abc123"

org_slug
string
Example:

"base39"