Audience APIUsers
List identified users
Return the ids of users already known/identified, paginated with an opaque `next` pointer.
GET
/v1.0/user/identifiedAuthorization
x-api-key x-date x-signature x-api-key<token>
Your organization API key.
In: header
x-date<token>
Request timestamp as a standard date string (ISO-8601 recommended), fresh within −5s..+60s.
In: header
x-signature<token>
HMAC-SHA256(x-date, secret) as lowercase hex.
In: header
Query Parameters
next?string
The start pointer returned by the previous request.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1.0/user/identified"{ "total": 0, "ids": [ "string" ], "next": "string"}{ "message": "Signature expired"}Identify a user
Link one of your platform users to a Dynamo (D10x) user id. The `d10xLinkId` is attached as a `d10x_link_id` query parameter on the original deep link. Send a single object or a `batch` of up to 250.
Report user activity
Report any retention-indicating activity for a user (e.g. an app open or session). Send a single object or a `batch` of up to 250.