2️Address Book API
API to fetch all contacts
In order to import Address Book of a logged in user, you should have a valid session and a token.
See here for How to get session key and How to get token
Address Book API
POST
https://api.socialinviter.com/api/v2/contacts
Address Book API
Headers
Name | Type | Description |
---|---|---|
session* | string | Session key which you received from Session API |
content-type* | string | The value should be as below |
Request Body
Name | Type | Description |
---|---|---|
userid* | string | UserID of the logged in user. The UserID will be received from |
service* | string | Name of the service eg: |
token* | string | Token received from Token API |
startindex | string | By default the |
pagesize | string | By default, the page size is 2000. If the |
product* | string | name of the product, eg: |
Only for CSV and VCARD services
POST
https://api.socialinviter.com/api/v2/contacts
Address Book (Only for CSV and VCARD services)
Headers
Name | Type | Description |
---|---|---|
session | string | Session key which you received from Session API |
content-type | string | The value should be as below
|
Request Body
Name | Type | Description |
---|---|---|
service* | string | Name of the service eg: |
fileurl* | string | Web URL of the CSV or VCARD file. |
product* | string | name of the product, eg: |
Last updated