Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a contact object that matches the specified identifier.

Request path

POST [REST URL]/contact/get

Query Parameters

Parameter

Type

Description




Example bodies

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

{
    "type":"MOBILE",
    "value":"48505606707"
}
  • No labels