v1

latestOpenAPI 3.0.02026-08-067926202.5 KB
Groups

Get the Group

get/groups/{group_uid}

Response

Request success

status'success' | 'error'

Example response

{
  "status": "success",
  "data": {
    "record": {
      "lists": [
        {
          "list_uid": "list_uid_1",
          "name": "List 1"
        },
        {
          "list_uid": "list_uid_2",
          "name": "List 2"
        }
      ]
    }
  }
}