Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

API v1 Fetch All Groups

Darren Oakley edited this page Oct 18, 2021 · 1 revision

PLEASE NOTE: This API interface is now deprecated and will be removed at some point in the future.


GET /v1/groups

http://test-bandiera.nature.com/api/v1/groups

This endpoint returns a list of all groups within Bandiera.

Example Request:

curl 'http://test-bandiera.nature.com/api/v1/groups'

Example Response:

{
    "groups": [
        {
            "name": "pubserv"
        },
        {
            "name": "shunter"
        }
    ]
}