Returns the generated contents for a single brief on a customer, most recent first
Security
bearerAuth
- Mock serverhttps://docs.api.hook.co/_mock/v1/openapi/organizations/{organizationId}/customers/{customerId}/briefs/{briefId}/contents
- https://api.hook.co/v1https://api.hook.co/v1/organizations/{organizationId}/customers/{customerId}/briefs/{briefId}/contents
curl -i -X GET \
'https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/customers/{customerId}/briefs/{briefId}/contents?offset=0&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "items": [ { … } ], "totalCount": 0 }