Dynamo Developer DocsDynamo Developer Docs

List identified users

Return the ids of users already known/identified, paginated with an opaque `next` pointer.

get/v1.0/user/identified

Authorization

x-api-key x-date x-signature x-api-version
x-api-key<token>

Your organization API key.

In: header

x-date<token>

Request timestamp as an IMF-fixdate string (GMT, US locale) "EEE, dd MMM yyyy HH:mm:ss z", e.g. "Sun, 06 Dec 2020 12:59:11 GMT". 30-second TTL.

In: header

x-signature<token>

HMAC-SHA256(x-date, secret) as lowercase hex.

In: header

x-api-version<token>

Optional for the Audience API — accepted and ignored; included for consistency with the External API (where it is required). Send 1.

In: header

Query Parameters

next?string

The start pointer returned by the previous request.

Response Body

application/json

application/json

Try it

read-only

Kept in this tab only and signed in your browser — your secret never leaves your device.

Query

Enter your key and secret to send.

curl -X GET "https://example.com/v1.0/user/identified"
{  "total": 0,  "ids": [    "string"  ],  "next": "string"}
{  "message": "Signature expired"}