Authorizations
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
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>"
}
]
}
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>"
}
]
}
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Ok
Show child attributes
Was this page helpful?