Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
api:v2.0:contact:add [2015/01/16 14:28]
dan removed
— (current)
Line 1: Line 1:
-====== API v2.0 - Add a Contact ====== 
  
-This API Endpoint is used to add a new Contact to the Sentori Account. If no Contact Fields are included in the add you can use GET on this Endpoint, if including Contact Fields then you must use POST. 
- 
-===== Endpoint ===== 
- 
-|URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​contact/​add/​email%40domain.com/</​nowiki>​| 
-|Method| POST or GET | 
- 
-===== Request Body ===== 
- 
-Request body is only required if including Contact Fields. The example below would add a new Contact with the FirstName and LastName Contact Fields being set. 
- 
-|Example|<​code>​{ 
-    "​FirstName":"​Joe",​ 
-    "​LastName":"​Blogs"​ 
-}</​code>​|