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

/contact/export

  • Dark
    Light

Article summary

Get
/contact/export

Pushes asynchronous GDPR contact export, which will send system message with the link in the end.

Query parameters
contactId
integer (int64) Required

The user ID of the contact to perform export for.

notificationRecipient
stringRequired

Active system user which is going to be used for permission checks, and will get system message.

Responses
200
boolean
400

Parameter contactId and notificationRecipient are mandatory, but are missing or incorrect.

404

Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}


Was this article helpful?

What's Next