/contact/get
  • 1 Minute to read
  • Dark
    Light

/contact/get

  • Dark
    Light

Article summary

Post
/contact/get

Returns a contact object that matches the specified identifier.
Request body examples:

{
"type":"EMAIL",
"value":"test@test.com"
}

{
"type":"MOBILE",
"value":"48505606707"
}

Body parameters
object
type
string
Valid values[ "APP_ALIAS", "EMAIL", "EXTERNAL", "ID", "MOBILE", "UNIFIED_IDENTIFIER" ]
unifiedIdentifierName
string
value
string
Responses
200
Expand All
object
contactId
integer (int64)
emailAddress
string
mobileNumber
string
applicationAlias
string
identifier
string
attributes
Array of object (Attribute)
object
name
string
value
string
unifiedIdentifiers
Array of object (Attribute)
object
name
string
value
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400

Was this article helpful?