Customer Compliance Rules
Authentication
Permissions
Endpoint
Headers
Request Example:
curl --location 'https://api.genlogs.io/customer-compliance-rules' \
--header 'access-token: <your-api-token>' \
--header 'x-api-key: <your-x-api-key>' \Response:
Response Body:
Authorizations
Access-TokenstringRequired
JWT provided directly in the Access-Token header. No "Bearer" prefix.
x-api-keystringRequired
API key provided by GenLogs.
Responses
200
Compliance rules retrieved successfully.
application/json
401
Unauthorized – Invalid or missing Access-Token.
application/json
403
Forbidden – User does not have the required permission.
application/json
500
Internal Server Error.
application/json
get
/customer-compliance-rulesLast updated