# https://poparazzi.com/api/groups/
## HTTP Methods - `GET`
## Payload / Response Type - None

--------------------------------------------

### Description
I honestly don't know at the moment, will document once I find more about this.

### `GET` Response Example
This is the most I've seen from this endpoint so far, will document more soon.
```json
{
  "links": [
    
  ],
  "data": [
    
  ],
  "included": [
    
  ]
}
```