Skip to main content
POST
/
get-contacts
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

JWT Access Token for authentication.

Example:

"eyJ..."

Response

List of contacts.

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"