Configure lead reasons

Lets you add your preferred reasons that are required while adding or updating a lead at the organization level.

post/leads/reasons

Request body

reasonstring required

Reason that you want to add.

Response

200

Example response

{
  "data": [
    {
      "id": 1,
      "reason": "Item not available in store"
    }
  ]
}

Changes