A valid request URL is required to generate request examples
[ { "contact_id": 1, "contact_name": "Emergency Contact", "phone_number": "+34600112233", "image": "http://example.com/contact_image.jpg" } ]
Retrieves all contacts associated with the authenticated assistant device, including connected mobile app users. The assistant’s token is passed in the body.
JWT Access Token for authentication.
"eyJ..."
List of contacts.
1
"Emergency Contact"
"+34600112233"
"http://example.com/contact_image.jpg"