get https://api.amio.io/v1/channels//contacts/
Response Body Params
Parameter | Type | Description |
---|---|---|
id | string | Id of the contact. Id is unique across channels and is generated by Amio. |
phone_number | string | Phone number of the contact (E.164 format). Only available if you have previously sent a message to this contact using a phone number. For more details see Using phone number. |
user_ref | string | User_ref instead of id until you get a real id . For more details have a look at how Checkbox plugin works |
name | string | Name of the contact. |
gender | string | User's gender either male or female . |
locale | string | User’s locale in standard format. |
time_zone | string | Time zone set by the user. |
photo_url | string | Url to profile picture of the user. Profile picture is uploaded to Amio servers the first time the user details are requested. |
First request for contact's details can take long time to process due to the need to query Facebook for profile picture and upload it to Amio servers.