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

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200 - application/json

Ok

The response is of type object.