Dynamo Developer DocsDynamo Developer Docs

Get a user's properties

Return all reported properties of a user.

GET/v1.0/user/properties/{userId}

Authorization

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

Path Parameters

userId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1.0/user/properties/string"
[  {    "key": "string",    "value": "string"  }]
{  "message": "Signature expired"}