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

POST https://b2b-api.loopcv.com/connect/group

This endpoint creates a Loop. You can pass a name.

Headers

Name
Type
Description

X-API-KEY*

String

Authorization Key

Request Body

Name
Type
Description

name*

String

Name of the group

title*

String

List of titles

location

String

List of locations

country*

String

Name of the country

type*

String

'Full-time', 'Contract', 'Part-time', 'Temporary', 'Internship'

level*

String

'Junior', 'Associate', 'Senior'

matchlevel

Integer

keywords

String

List of keywords

onlyRemote

Boolean

Remote jobs

distanceRadius

Integer

Set maximum job location's distance from user's location

{
    groupId: "The unique identifier of the group",
    groupName: "groupName"
}

Last updated