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