Groups
Group contains a collection of Loops. The Loop is a job search task which will be created in our system and runs several times during the day.
Create Group
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
groupId: "The unique identifier of the group",
groupName: "groupName"
}{
// Response
}{
// Response
}Last updated