Contact Endpoints

contacts/activate

This endpoint is used to activate a contact

post/contacts/activate

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

ContactIDstring

This ID of the activated contact

IsActivestring

The status of the activated contact

Example response

{
  "ContactID": "test_contact_id",
  "IsActive": "1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.