Skip to main content
GET
List on-demand conversions

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Identifier of the selected account that owns the conversions.

Required string length: 14 - 42
Example:

"WVSD33HRMGSZUBM7"

Query Parameters

page_size
integer<int32>
default:20

Maximum number of results to return on a single page. Defaults to 20, maximum 25.

Required range: 1 <= x <= 25
page_token
string

Opaque cursor returned by a previous response's next_page_token. Omit to start from the beginning.

Required string length: 1 - 256

Response

On-demand conversions returned for the selected account.

data
object[]
required

On-demand conversions on this page, ordered by created_at descending.

next_page_token
string

Opaque cursor for the next page. Omitted when there are no more results.

Required string length: 1 - 256