Difference between revisions of "CRM-2 API"

From Opentaps Wiki
Jump to navigationJump to search
(New page: CRM-2 API is accessed via RESTful services using your authorization token key. All access to CRM-2 API follow this common pattern: * URL: RESTful URL of the CRM-2 resource * operation: ...)
 
m (Protected "CRM-2 API": Sysop page [edit=sysop:move=sysop])
(No difference)

Revision as of 21:46, 28 March 2013

CRM-2 API is accessed via RESTful services using your authorization token key. All access to CRM-2 API follow this common pattern:

* URL: RESTful URL of the CRM-2 resource
* operation: POST, GET, PUT, DELETE
* clientDomain: name of your domain, ie xyz.com
* authToken: your access token key, a very long alphanumeric string
* parameters: key value pairs for your API operation

You can also use curl or a visual RESTful client to test the API. For example,

{{{ $ curl }}}

API available, grouped by section, are:

* CRM-2 Administrative API
* CRM-2 Contacts API
* CRM-2 Activities API