LowCodeAPI
351 APIs
  • Suppressions - Unsubscribe Groups(5)
    • POST
      Create a new suppression group
    • GET
      Retrieve all suppression groups associated with the user
    • GET
      Get information on a single suppression group
    • PATCH
      Update a suppression group
    • DEL
      Delete a Suppression Group
POST
GET
PATCH
GET
POST
GET
GET
PATCH
DELETE
SendgridSendgridSuppressions - Unsubscribe GroupsCreate a new suppression group
POST
https://api.lowcodeapi.com/sendgrid/v3/asm/groups
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
idnumber*
The ID of the suppression group
namestring*
The name of the suppression group
descriptionstring*
A brief description of the suppression group
is_defaultboolean*
Indicates if this is the default suppression group.
Response
API response data will be shown here once the request is completed.
Sendgrid