/
SE
sendx
/
SendX REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 16h ago
Details
Filter operations
Contact
2
post
Identify a contact as user
post
Add tracking info using tags to a contact
Contact
Identify a contact as user
post
/contact/identify
Query parameters
team_id
string
required
Headers
api_key
string
required
Request body
ContactRequest
required
firstName
string
lastName
string
email
string
required
newEmail
string
company
string
birthday
string
tags
string[]
customFields
object
Response
The created Contact object
ContactResponse
required
status
string
message
string
data
Contact
Changes