latestOpenAPI 3.0.02026-08-1284111344.5 KB

14666f4db0f8

Lead Status

Create a new Lead Status

Creates a new Lead Status and returns the created Lead Status.

post/v2/leadstatus

Headers

Authorizationstring required
Example:Bearer <token>

Bearer Token

Request body

namestring required

The name of the lead status.

Example request

{
  "name": "Submitted"
}

Response

The created Lead Status.

namestring

The name of the lead status.

Example response

{
  "name": "Submitted"
}