Trigger an Export Job
post/api/v1/analytics/exports
Headers
Content-Typestring
The content type of the request body. Must be application/json.
Acceptstring
The content type of the response body. Must be application/json.
Request body
Response
Created - Export job successfully created
Example response
{
"environment_app_token": "NX-RE213S2",
"environment_name": "production",
"job_id": "123e4567-e89b-12d3-a456-426614174000"
}