curl --request GET \
--url https://api.eu.bronto.io/groups/{groupId}/members \
--header 'X-BRONTO-API-KEY: <api-key>'{
"members": [
{
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"member_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"modified_at": 123
}
]
}curl --request GET \
--url https://api.eu.bronto.io/groups/{groupId}/members \
--header 'X-BRONTO-API-KEY: <api-key>'{
"members": [
{
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"member_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"modified_at": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
Use this file to discover all available pages before exploring further.