2️Address Book API
API to fetch all contacts
Last updated
API to fetch all contacts
Last updated
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
POST
https://api.socialinviter.com/api/v2/contacts
Address Book API
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://api.socialinviter.com/api/v2/contacts
Address Book (Only for CSV and VCARD services)
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
session*
string
Session key which you received from Session API
content-type*
string
The value should be as below application/x-www-form-urlencoded
userid*
string
UserID of the logged in user. The UserID will be received from accesstoken
API call.
service*
string
Name of the service eg: google
, yahoo
, outlook
etc.
see Supported Service
list below
token*
string
Token received from Token API
startindex
string
By default the startindex
is 1. If the startindex
is passed as a parameter, then the pagesize
parameter is required.
pagesize
string
By default, the page size is 2000. If the pagesize
and startindex
is not passed as a parameter then all contacts will be returned.
product*
string
name of the product, eg: contactimporter
, socialpost
,socialconnect
session
string
Session key which you received from Session API
content-type
string
The value should be as below
application/x-www-form-urlencoded
service*
string
Name of the service eg: csv
or vcard
fileurl*
string
Web URL of the CSV or VCARD file.
product*
string
name of the product, eg: contactimporter
, socialpost
,socialconnect