GDPR verify opt-Ins

Verify opt ins

ParameterDescriptionExampleMore info
APIThe API areaclientcontacts.json
ActionThe action to performaction=verify
Parameters described in overviewuser=user&password=user&version=3.3v3.3 Overview
ClientcontactClient contact to set inactiveclientcontact=8589
ResponseReturned dataA JSON string containing the data

Example request:
Request for data (list of records using specified model)

http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.3&action=verify&clientcontact=8589

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Client contact(s) verified opt in changed. ",
  "warningmessage": "",
  "success": true
}