GET
/Api/Read/Acl
curl \
--request GET 'https://api.wrtm.io/v1.0/Api/Read/Acl' \
--header "X-ApiKey: $API_KEY" \
--header "Authorization: X-apidate $ACCESS_TOKEN" \
--header "Authorization: X-apihmac $ACCESS_TOKEN"
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
}
]