v8
OpenAPI 3.1.02026-08-033623795.0 MBExports
Create Export
Starts an asynchronous CSV export of a resource for an account. Returns the export in pending; poll GET /exports/{id} until download_url is set.
post/exports
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
export created
Example response
{
"resource": "ad_campaigns",
"status": "pending"
}