Skip to main content
POST
Error

Body

application/json
token
string
required

JWT Access Token of the mobile app user.

Example:

"eyJ..."

assistant_id
integer
required

ID of the assistant whose contacts are being requested.

Example:

101

Response

List of contacts for the specified assistant.

contact_id
integer
Example:

1

contact_name
string
Example:

"Emergency Contact"

phone_number
string
Example:

"+34600112233"

image
string | null
Example:

"http://example.com/contact_image.jpg"