This process returns whether the provided path can be called with your current access level. Secret Hmac Required. Cache Time 1 Hour.
POST
/Api/Read/Acl
curl \
--request POST 'https://api.wereadthemanual.com/v1.0/Api/Read/Acl' \
--header "X-ApiKey: $API_KEY" \
--header "X-ApiDate: $API_KEY" \
--header "X-ApiHmac: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"IsAclAllowed":"/Api/Read/Limits"}'
Request examples
{
"IsAclAllowed": "/Api/Read/Limits"
}
Response examples (200)
{
"AclAllowed": 1
}