Returns the member-customer role definitions for the organization. These are the roles that associate a member with a customer, such as CSM or Account Manager
Security
bearerAuth
- Mock serverhttps://docs.api.hook.co/_mock/v1/openapi/organizations/{organizationId}/member-roles
- https://api.hook.co/v1https://api.hook.co/v1/organizations/{organizationId}/member-roles
curl -i -X GET \
https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/member-roles \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "items": [ { … } ], "totalCount": 0 }