PUT
/
v1
/
profile
/
{id}
curl --request PUT \
  --url https://vault-api.stardust.gg/v1/profile/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "id": "<string>",
  "rootUserId": "<string>",
  "applicationId": "<string>",
  "name": "<string>",
  "createdAt": 1,
  "wallets": [
    {
      "profileId": "<string>",
      "applicationId": "<string>",
      "lastUsedAt": "2023-11-07T05:31:56Z",
      "addresses": {
        "evm": "<string>",
        "sol": "<string>",
        "sui": "<string>"
      },
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "identifiers": [
    {
      "rootUserId": "<string>",
      "profileId": "<string>",
      "service": "<string>",
      "value": "<string>",
      "createdAt": 1,
      "type": "custom",
      "id": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Body

application/json
name
string | null

Response

200 - application/json
id
string
required
rootUserId
string
required
applicationId
string
required
name
string | null
createdAt
integer
default: 2024-04-04T17:14:46.042Zrequired
wallets
object[]

This field is expandable

identifiers
object[]

This field is expandable