cURL
curl --request POST \ --url https://api.example.com/tools/{org_id}/{tool_id}/permissions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>", "can_use": true, "usage_quota_per_day": 123, "allowed_versions": [] } '
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type boolean.
boolean