Profile Identifier Endpoints
Create identifier
POST
/
v1
/
profile
/
identifier
curl --request POST \
--url https://vault-api.stardust.gg/v1/profile/identifier \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"profileId": "<string>",
"service": "<string>",
"value": "<string>"
}'
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}
Authorizations
Body
application/json
Response
201 - application/json
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://vault-api.stardust.gg/v1/profile/identifier \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"profileId": "<string>",
"service": "<string>",
"value": "<string>"
}'
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}