cURL
curl --request GET \ --url https://api.gcore.com/fastedge/v1/binaries \ --header 'Authorization: <api-key>'
{ "binaries": [ { "id": 123, "status": 123, "api_type": "<string>", "unref_since": "<string>", "checksum": "<string>" } ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Ok
Show child attributes
Was this page helpful?