Skip to content

/api/v1/data/exports

POST
/api/v1/data/exports
curl --request POST \
--url https://example.com/api/v1/data/exports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "resource": "example", "parametersJson": "example", "format": "example" }'
object
resource
string
nullable
parametersJson
string
nullable
format
string
nullable
Example generated
{
"resource": "example",
"parametersJson": "example",
"format": "example"
}

OK