V1 Create Contact Group

Creates a new borrower or business contact group. Once the group is created, use PATCH contactGroups to assign borrower or business contacts to the group.

Query Params
string

Possible values are:
entity - Returns information about all contact groups.
id - Returns the request ID assigned to the new contact group.

Body Params
string
required

Possible values are Borrower and Business.

string

Possible values are Public and Private, and are applicable only for Business contact groups.

string
required

The name of the group.

string

Detailed explanation of a group.

Headers
string
required

Bearer token

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL