Skip to main content
POST
/
get-contacts-mobile
Error
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"
  }
]

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"