POST /v3/usage/exports/{exportType}
Security
API_Key
POST
curl -i -X POST \
'https://api.observepoint.com/v3/usage/exports/{exportType}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "exportId": 0 }