This process returns the endpoints that your acl allows you to call. Note that API Access Control Lists are always manually created by a WRTM system administrator. Secret Hmac Required. Cache Time 1 Hour. Reset if key edited.
GET
/Api/Read/Acl
curl \
--request GET 'https://api.wereadthemanual.com/v1.0/Api/Read/Acl' \
--header "X-ApiKey: $API_KEY" \
--header "X-ApiDate: $API_KEY" \
--header "X-ApiHmac: $API_KEY"
Response examples (200)
[
{
"Id": 1,
"Path": "api/Read/*",
"Is_Public": 1,
"Display_Name": "Read API access information",
"Require_Hash": "None",
"Require_Https": true
},
{
"Id": 100,
"Path": "people/Read/*",
"Is_Public": 0,
"Display_Name": "Allows access to read people endpoints",
"Require_Hash": "Sha256",
"Require_Https": 1
}
]