List Endpoints
Every access level available to your key can be called with the list suffix to get the list of endpoints for that prefix. For example, the api/Read/List endpint returns the llist of endpoints with a brief description of each. Secret Hmac Optional. Cache Time 1 Day.
GET
/Access/Level/List
curl \
--request GET 'https://wapi.strandvision.com/v1.0/Access/Level/List' \
--header "X-ApiKey: $API_KEY"
Response examples (200)
{
"summary": "Read general information about the API system and your API Key",
"modified": "Fri, 12 May 2023 18:16:02 GMT",
"operations": [
{
"doc": "https://developer.StrandVision.com/operation/operation-get-api-read-list",
"endpoint": "/Api/Read/List",
"description": "List all functions for api/Read/*"
},
{
"doc": "https://developer.StrandVision.com/operation/operation-get-api-read-acl",
"endpoint": "/Api/Read/Acl",
"description": "Show acl settings allowed to your key. Pass AclAllowed parameter with a path to get 1 or 0 response"
}
]
}