cURL
curl --request GET \ --url https://api.example.com/api/entities/{id}/valuations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "value_usd": "<string>", "value_eur": "<string>", "year": 123, "month": 123, "is_estimate": true } ], "page": { "limit": 123, "offset": 123, "total": 123 } }
Auth0 JWT access token
1
"12345"
Number of results to return (1-500, default 100)
"100"
"0"
Entity valuations
Show child attributes