POST
/
v1
/
users
/
{user_id}
/
custom_metadata
curl --request POST \
  --url https://api.privy.io/v1/users/{user_id}/custom_metadata \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
{
  "custom_metadata": {}
}

Authorizations

Authorization
string
header
required

App secret authentication

Headers

privy-app-id
string
required

ID of your Privy app

Path Parameters

user_id
string
required

ID of the user.

Response

200 - application/json
Object with wallet data.
custom_metadata
object
required

Was this page helpful?