Skip to main content
POST
/
connectors
/
{connectorId}
/
share
Share a connector with the organization (admin only)
curl --request POST \
  --url https://api.artosai.com/connectors/{connectorId}/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope": "<string>"
}
'
{
  "message": "<string>",
  "connectorId": "<string>",
  "scope": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

connectorId
string
required

Body

application/json
scope
string
required

Visibility scope (e.g. "organization").

Response

200 - application/json

Connector shared

message
string
connectorId
string
scope
string