Cinderlane
CinderlaneDocs
Create a route

OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml

Endpoints

createAuditExport

Queue a JSON Lines or CSV export for an inclusive time range

POSThttps://api.cinderlane.dev/v1/audit-exports

Servers

https://api.cinderlane.dev

Request body

application/jsonRequired
formatbodystringrequired

Allowed: jsonl, csv

frombodystringrequired
tobodystringrequired

Responses

Audit export queued with an aex_ identifier

No response body.

RequestcURL
curl --request POST \
  --url 'https://api.cinderlane.dev/v1/audit-exports'
  --data '{
  "format": "jsonl",
  "from": "",
  "to": ""
}'
Response

Send a request to preview the response.

Was this page helpful?