Skip to main content

Download Data Portability

This endpoint downloads data portability.

info

This operation requires authentication.

HTTP Request

GET /api/v2/udp/download/

Example Request

const headers = {
'Accept':'application/json',
'Authorization': 'Bearer {access_token}'
};

fetch('/api/v2/udp/download/',
{
method: 'GET',
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});

Responses

StatusMeaningDescription
200OKResponse status code

Example responses

gzip

filename = "username.zip"