List conversions
Returns the conversions for the authenticated merchant account. Filterable by affiliate, campaign, and status.
Returns the conversions for the authenticated merchant account. Filterable by affiliate, campaign, and status.
Authorization
bearerAuth API key issued from the merchant dashboard. Sent as Authorization: Bearer <token>. Used by the SDK and any direct server-to-server integration.
In: header
Query Parameters
Page size, clamped to 100.
Number of items to skip.
Filter by affiliate id.
Filter by campaign id.
Filter by conversion status.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://app.refcampaign.com/api/v1/conversions"{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}Track a server-to-server postback conversion POST
Records a cookieless conversion from a merchant server. Use `sessionId` or `rcsid` from the redirect/SDK flow when available. Use `clickId` or `cid` only when the integration has the real click id; otherwise pass a `customerEmailHash` or `customerEmail` for email-hash fallback matching.
Export conversions as CSV GET
Returns a CSV stream of conversions matching the filter window.