cURL
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>" }
Makes a custom connector visible to all users in the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Visibility scope (e.g. "organization").
Connector shared