PATCH
/
provisioning
/
organizations
/
{organization_id}
/
connections
/
{connection_id}

Headers

X-API-KEY
string | null
X-CONNECTION-INVITE-TOKEN
string | null

Path Parameters

organization_id
string
required
connection_id
string
required

Body

application/json
credentials
object | null

Connection credentials

identifier
string | null

An optional identifier for the connection, you can use this to reference the connection in your own system

state
enum<string> | null
default: ACTIVE
Available options:
PENDING,
ACTIVE,
PAUSED,
DELETED

Response

200 - application/json
id
string
required
vendor
string
required
is_active
boolean
required
refresh_interval_secs
integer
required
timeout_secs
integer
required
organization_id
string
required
state
enum<string>
required
Available options:
PENDING,
ACTIVE,
PAUSED,
DELETED
oauth2_authorize_url
string | null
identifier
string | null