Skip to main content
GET
/
workspaces
/
{workspace}
/
contacts
/
number
/
{number}
Get Contact by Number
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/contacts/number/{number} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

number
string
required

WhatsApp number of the contact (with country code, without '+' symbol). Example: 14155550123

Example:

"14155550123"

Response

data
object
required