cURL
curl --request PUT \ --url https://cloud.onyx.app/api/manage/connector/{connector_id}/credential/{credential_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "access_type": "public", "auto_sync_options": {}, "groups": [ 123 ] }'
{ "success": true, "message": "<string>", "data": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?