GET
/
fastedge
/
v1
/
binaries
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/binaries \
  --header 'APIKey: <api-key>'
{
  "binaries": [
    {
      "id": 123,
      "status": 123,
      "unref_since": "<string>",
      "api_type": "<string>",
      "checksum": "<string>"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

Ok

The response is of type object.