# Show Access Levels **GET /Api/Read/Acl** 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.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ## Responses ### 200 ACL list successfully returned #### Body: (array[object]) - **Path** (string) The path that is allowed (* = wildcard from that level on) - **Display_Name** (string) A text representation of what the endpoints can do. - **Id** (number) database id for this ACL (useful for reviewing logs) - **Is_Public** (number) 1 if this is publicly available, 0 if not - **Require_Https** (number) 1 if requires https, 0 if http is allowed. - **Require_Hash** (number) 0 for no date checksum required. 1=md5, 2=sha1, 3=sha256, 4=sha384, 5=sha512 hash of the date is required. The encryption method can be overridden by the api key. [Powered by Bump.sh](https://bump.sh)