Skip to main content
GET
/
api
/
v1
/
public
/
contacts
List Workspace Contacts
curl --request GET \
  --url https://api.sanka.com/api/v1/public/contacts \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "contact_id": 123,
    "name": "<string>",
    "email": "<string>",
    "phone_number": "<string>",
    "allowed_in_store": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string | null

Query Parameters

workspace_id
string | null
lang
string | null
language
string | null

Response

200 - application/json

OK

created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string | null
contact_id
integer | null
name
string | null
email
string | null
phone_number
string | null
allowed_in_store
boolean | null