Is Endpoint Authorized
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://wapi.strandvision.com/v1.0/Api/Read/Acl' \
--header "X-ApiKey: $API_KEY" \
--header "Authorization: X-apidate $ACCESS_TOKEN" \
--header "Authorization: X-apihmac $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"IsAclAllowed":"/Api/Read/Limits"}'
Request examples
{
"IsAclAllowed": "/Api/Read/Limits"
}
Response examples (200)
{
"AclAllowed": 1
}