cURL
curl --request GET \ --url https://api.gcore.com/fastedge/v1/admin/apps/client/{client_id} \ --header 'Authorization: <api-key>'
{ "apps": [ { "id": 2, "name": "<string>", "status": 123, "binary": 123, "api_type": "<string>", "plan_id": 123, "client_id": 123, "reseller_id": 123, "url": "<string>", "comment": "<string>", "debug_until": "2023-11-07T05:31:56Z", "template": 123, "template_name": "<string>", "networks": [ "<string>" ], "upgradeable_to": 123, "plan": "<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
ID of the client
Returns list of applications for the specified client
Show child attributes
Was this page helpful?