cURL
curl --request GET \ --url https://vault-api.stardust.gg/v1/profile \ --header 'x-api-key: <api-key>'
{ "results": [ { "rootUserId": "<string>", "key": "<string>", "value": "<string>", "id": "<string>" } ], "total": 123, "start": 0, "limit": 100, "filter": {} }
Fetch a paginated list of profile records by filters
Position in list
0 <= x <= 2147483647
Maximum items returned in list
10 <= x <= 100
Show child attributes
The response is of type object.
object
Was this page helpful?