Secrets
List secret keys belonging to an app
Authorization
bearerAuth AuthorizationBearer <token>
A Fly.io access token. Create one with fly tokens create.
In: header
Path Parameters
app_name*string
Fly App Name
Query Parameters
min_version?string
Minimum secrets version to return. Returned when setting a new secret
types?string
Comma-seperated list of secret keys to list
Response Body
application/json
curl -X GET "https://example.com/apps/string/secretkeys"{ "secret_keys": [ { "created_at": "string", "name": "string", "public_key": [ 0 ], "type": "string", "updated_at": "string" } ]}