Skip to main content
GET
/
workspaces
/
{workspace}
/
contacts
/
number
/
{number}
/
can-send-free-message
Check Can Send Free Message
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/contacts/number/{number}/can-send-free-message \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "canSend": true
  }
}

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
integer
required

Number of the contact.

Response

data
object
required