GET /contacts/consent-groups
Returns a paginated list of consent groups for the account.
This endpoint is only available when the Consent Groups feature is enabled for your account. Returns 403 if the feature is not activated.
Servers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
Integer | No |
Filter by consent group ID |
limit |
Integer | No |
Maximum number of results to return (default 10, max 50) Default value: 10 |
name |
String | No |
Filter by name (case-insensitive partial match) |
signupMode |
String | No |
Filter by signup mode Valid values:
|
offset |
Integer | No |
Number of results to skip (default 0) Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.