List secrets within a store
GET {{fastly_url}}/resources/stores/secret/{{store_id}}/secrets?cursor&limit
List all secrets within a store.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
limit | null | Number of results per page. The maximum is 200. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |