Profile Identifier Endpoints
Get identifier
GET
/
v1
/
profile
/
identifier
/
{id}
curl --request GET \
--url https://vault-api.stardust.gg/v1/profile/identifier/{id} \
--header 'x-api-key: <api-key>'
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}
Authorizations
Path Parameters
Response
200
application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://vault-api.stardust.gg/v1/profile/identifier/{id} \
--header 'x-api-key: <api-key>'
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.