--- layout: "http" page_title: "HTTP API: /sys/capabilities" sidebar_current: "docs-http-auth-capabilities" description: |- The `/sys/capabilities` endpoint is used to fetch the capabilities of a token on a given path. --- # /sys/capabilities ## POST
Description
Returns the capabilities of the token on the given path.
Method
POST
Parameters
Returns
```javascript { "capabilities": ["read", "list"] } ```