Get all secret stores
GET {{fastly_url}}/resources/stores/secret?cursor&limit&name
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. | |
name | null | Returns a one-element array containing the details for the named secret store. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |