GET
/
fastedge
/
v1
/
admin
/
groups
List groups
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/admin/groups \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "groups": [
    {
      "id": 123,
      "name": "<string>",
      "default_flag": false
    }
  ]
}

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

Query Parameters

limit
integer

Limit for pagination

offset
integer

Offset for pagination

Response

200 - application/json

Ok

The response is of type object.