curl -X GET \ -H "Content-Type: application/json" \ -H "QB-Token: 2c7b29abe6af6322bb6bbe1bf6b530c4d1012bba" \ https://api.quickblox.com/address_book.json
[ { "name": "Mike Howard", "phone": "463571393241" }, { "name": "Morgan Fuller", "phone": "65021272571" } ]
Retrieve all uploaded address book contacts.
Get address book contacts from the device
1. Set a device identifier
udid
curl -X GET \ -H "Content-Type: application/json" \ -H "QB-Token: 6d59d901c1231a4d74572224b88ccbc487012bba" \ -d '{ "udid": "A337E8A4-80AD-8ABA-9F5D-579EFF6BACAB" }' \ https://api.quickblox.com/address_book.json
2. As a result, the API returns a list of address book contacts for a specified device.
200
Show array of objects
404
Was this page helpful?