List all groups
Groups
List all groups
Returns a list of previously created group records.
Please note that this request is cached and will only refresh every hour.
GET
List all groups
Documentation Index
Fetch the complete documentation index at: https://docs.chip-in.asia/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unix epoch timestamp Unix timestamp (seconds)
Example:
1619740800
Refer to checksum calculation
Query Parameters
Response
Successful response
Example:
[
{
"id": 2,
"name": "Second Group",
"created_at": 1619740800,
"updated_at": 1619740800
},
{
"id": 3,
"name": "Third Group",
"created_at": 1619740801,
"updated_at": 1619740801
}
]