Opportunity Status
REST API Opportunity Status
GET /v1/opportunities/status
Returns the list of all active Opportunity Status.
Request:
Request will expect the user to send the APIToken in the request header which re-authenticates the user with each request.
{
"success": "true",
"result": [
{
"id": "12345",
"name": "Web Enquiry"
},
{
"id": "452345",
"name": "Open - Active"
},
{
"id": "452145",
"name": "Close - Won"
},
{
"id": "452145",
"name": "Closed - Lost"
}]
}]