Sign in

List access secrets

documented

List all access secrets for an environment.

GET /v1/environments/{environment_key}/access_secrets.{format}Environmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.spreedly.com/v1/environments/{{$environment_key}}/access_secrets.{{$format}}" \
  -X GET \
  -H "Accept: application/{{$format}}" \
  -H "Content-Type: application/{{$format}}" \
  -H "Authorization: Basic {{SPREEDLY_BASICAUTH}}"