cURL
curl --request GET \ --url https://api.gcore.com/fastedge/v1/admin/groups \ --header 'Authorization: <api-key>'
{ "groups": [ { "id": 123, "name": "<string>", "default_flag": false } ], "count": 123 }
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
Limit for pagination
Offset for pagination
Ok
Show child attributes
Group ID
Group name
Add new members to the group by default
Total number of apps
Was this page helpful?