Skip to content

Get Group

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

OK

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