Server-to-server attribution events
This page describes the server-to-server API for submitting attribution events.
POST https://onside.io/attribution-api/v1/eventscurl -X POST \
-H 'Content-Type: application/json' \
-u <basic auth> \
--data '{
"events": [
{
"event_name": "purchase_completed",
"payload": {
"currency": "USD",
"amount": "9.99"
},
"event_datetime": "2026-05-05T12:00:00Z",
"event_id": "550e8400-e29b-41d4-a716-446655440000",
"installation_id": "550e8400-e29b-41d4-a716-446655440000"
}
]
}' \
https://onside.io/attribution-api/v1/eventsRequest body
Limits
HTTP response codes
Last updated
Was this helpful?