Variables Groups
GET {{api-domain}}/crm/v4/settings/variable_groups/{{variable_group_api_name}}
To get the details of any variable group. Specify the unique ID or the API name of the variable group in your API request to get the data for that particular variable group.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"variable_groups":[{"display_label":"General","api_name":"General","name":"General","description":null,"id":"4876876000001124006"}]}