GET
/
fastedge
/
v1
/
secrets
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/secrets \
  --header 'APIKey: <api-key>'
{
  "secrets": [
    {
      "id": 123,
      "name": "<string>",
      "comment": "<string>",
      "app_count": 123
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

app_id
integer

App ID

secret_name
string

Secret name

Response

200
application/json

Ok

The response is of type object.