Member groups
Retrieve a member group
GET
Retrieve a member group
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Path Parameters
The id of the member group.
Example:
111
Last modified on June 20, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://{domain}/api/site/member-groups/{id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Basic Members",
"link": ""
}Pass your API key as: Authorization: Bearer <API KEY>.
The id of the member group.
111
Was this page helpful?
curl --request GET \
--url https://{domain}/api/site/member-groups/{id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Basic Members",
"link": ""
}