/v4/tir/gdpr/download/{request_uuid}/{token}

This API will return data from a single repository. All repositories are listed in a previous export GET status request to either /v4/tir/gdpr/export/{site_group_uuid}/{thirdparty_id}/{thirdparty_provider} or /v4/tir/gdpr/export/{site_group_uuid}/{user_uuid}. Data returned by these API calls contain a download url for each repository in Viafoura that contains user data. This also means that the "download" url can not me constructed manually, but is only available by invoking one of the just mentioned APIs.
This download url can be invoked by any user and the url can be copied to browser for execution. The response will be in the form of a data-download url that can be used to download the actual exported data from Viafoura. This returned data-download url has a limited life-time. For that reason the data-download url should be used to retrieve data as soon as this API returns the data-download url.

Log in to see full request history
Path Params
uuid
required

A uuid named 'request_uuid' returned from a prior call requesting a data export (via a POST request) or inquiring about status of such a request (via a GET request). This value is supplied by Viafoura

string
required

A unique string required for additional security. This value is supplied by Viafoura

Responses

Response body
object
uuid
statuses
array of objects
statuses
object
string

livechat livestories livecomments base

string

success failure pending

int64
uri
400

Bad Request (e.g. due to request_uuid not being found)

401

Unauthorized

403

Forbidden

404

Not Found (either an invalid request_uuid was specified, or, the request_uuid has already been used in past)

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json