Skip to main content
Get attributed results by Device UUID. The Attribution Result API can receive AIRBRIDGE-API-KEY and AIRBRIDGE-SDK-TOKEN as authorization headers. When using AIRBRIDGE-API-KEY, use the API Token, and when using AIRBRIDGE-SDK-TOKEN, use the SDK Token. An example of the call is shown below.
Get attribution results for mobile devices using device_uuid

Try API Request

GET

Request


Headers

string
You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
string
Represents the media type of the resource. Defaults to application/json.
string
The key value to use for API requests. Instructions for getting API keys are in “how to generate API Keys”.

Path Params

string
required
Airbridge App Name. (Unique ID)

Query Params

string
required
Device UUID from Android or iOS. This is the device UUID obtained through the app SDK. Please refer to the guides below to learn how to get it for each OS.

Response


200

204

If no attribution result is found, the API returns a 204 No Content response. This indicates that the request was valid, but no matching attribution data exists.

400

401