Groups API - en
Using this API, you can view created groups in a project.
Reading.
Allows you to view created groups.
GET https://api.smartsender.com/v1/groups
Main parameters:
Name | Description | Validation |
---|---|---|
page | Requested page | Minimum value 1 |
limitation | Amount of data to display per page | Minimum value 1, maximum 20 |
term | Search string |
|
If the response is successful, you will receive the following:
{
"cursor": Cursor,
"collection": Group[]
}
Answer description:
Getting ID.
Allows you to obtain information about the selected group.
GET https://api.smartsender.com/v1/groups/{groupId}
If the response is successful, you will receive an object of type Group.