Opportunity & Event Sources

  • Updated

REST API Opportunity


REST API Opportunity & Event Sources

GET /v1/common/sources

Returns the list of all active Opportunity/Event Sources.

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": "Meeting" },
{ "id": "452345", "name": "Wedding"
}]
}

Was this article helpful?

Have more questions? Submit a request