v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

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"
    }
  ]
}