Skip to main content
POST
/
spaces
/
add_connected_account
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
connected_account_id
string<uuid>
required

ID of the connected account that you want to add to the space.

space_id
string<uuid>
required

ID of the space to which you want to add the connected account.

Response

OK

ok
boolean
required