Skip to content

Get All Groups

GET
/v1/groups/all
curl --request GET \
--url https://example.com/api/v1/groups/all \
--header 'Authorization: <Authorization>'

OK

Media type application/json
Array<object>
object
createdAt
string
currency
string
id
string
name
string
updatedAt
string
Example generated
[
{
"createdAt": "example",
"currency": "example",
"id": "example",
"name": "example",
"updatedAt": "example"
}
]