Security
bearerAuth
- Mock serverhttps://docs.api.hook.co/_mock/v1/openapi/organizations/{organizationId}/customers/{customerId}/meetings
- https://api.hook.co/v1https://api.hook.co/v1/organizations/{organizationId}/customers/{customerId}/meetings
curl -i -X GET \
'https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/customers/{customerId}/meetings?offset=0&limit=100&minStartDate=2019-08-24T14%3A15%3A22Z' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "items": [ { … } ], "totalCount": 0 }