Skip to main content
GET
List Conversions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

orderId
string
subid1
string
subid2
string
clickid
string
start
string<date-time>

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

end
string<date-time>

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

marketplace
enum<string>
required

Represents a Levanta marketplace with conversion level data (ex: walmart.com, shopify.com).

Available options:
all,
walmart.com,
shopify.com
cursor
string

The cursor returned from the last request, if omitted the first page will be returned

Maximum string length: 512
limit
number
default:100

The maximum number of items to return

Required range: 1 <= x <= 500

Response

Success

conversions
object[]
required
cursor
string | null
required

The cursor to use for the next request, if empty there are no more items to return