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

KeyDatatypeRequiredDescription
cursornullCursor 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.
limitnullNumber of results per page. The maximum is 200.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring