Returns the active brief definitions configured for the organization
Security
bearerAuth
- Mock serverhttps://docs.api.hook.co/_mock/v1/openapi/organizations/{organizationId}/briefs
- https://api.hook.co/v1https://api.hook.co/v1/organizations/{organizationId}/briefs
curl -i -X GET \
'https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/briefs?offset=0&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "items": [ { … } ], "totalCount": 0 }