latestOpenAPI 3.1.0Proprietary — Involve Asia2026-08-109125.2 KB

56b6ef31077b

Conversions

Conversions by date+time range

Same shape as /conversions/range, but accepts second-precision timestamps. Use this when you need sub-day windows (e.g. an hourly sync that overlaps).

post/conversions/data-range

Headers

Authorizationstring required

Bearer {token}

Response

Success

statusstring required

success or error.

messagestring

Human-readable status message.

{"stackTrail":"components:schemas:ResponseEnvelope:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific payload. Paginated list endpoints wrap a `{ page, limit, count, nextPage, data: [...] }` object here; single-record endpoints place the record directly."}

Example response

{
  "status": "success"
}