Skip to main content
POST
Get advertiser postback logs

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Body

application/json
rangeFrom
string

Date range start (YYYY-MM-DD).

rangeTo
string

Date range end (YYYY-MM-DD).

page
integer

Page number for pagination.

perPage
integer

Number of records per page.

sortField
string

Column key to sort by.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc
columns
string

Comma-separated column keys to include in the response.

Free-text search to filter log entries.

filters
object

Key-value filter criteria (offers, affiliates, brands, etc.).

Response

Advertiser postback logs.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object