GET
/
contact
curl --request GET \
  --url https://api.thoughtly.com/contact \
  --header 'x-api-token: <api-key>'
{
  "error": {},
  "data": {}
}

Authorizations

x-api-token
string
header
required

Query Parameters

phone_numbers_only
boolean
tags
string[]
excluded_tags
string[]
sort
string
sortDirection
enum<string>
Available options:
asc,
desc
page
integer
Required range: x >= 0
limit
integer
default:20
Required range: 1 <= x <= 50

Response

200 - application/json
Successful response
error
object | null
data
object