Skip to main content
POST
/
api
/
v1
/
data_exports
Error
A valid request URL is required to generate request examples
{
  "data_export": {
    "id": "<string>",
    "status": "pending",
    "file_url": "<string>",
    "expires_at": "<string>",
    "completed_at": "<string>",
    "created_at": "<string>",
    "error_message": "<string>"
  },
  "message": "<string>"
}

Body

application/x-www-form-urlencoded

The body is of type object.

Response

Created

data_export
object
required
message
string
required