Skip to main content
Alias
curl --request PUT \
  --url 'https://api.getvero.com/api/v2/users/reidentify?auth_token=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "new_id": "<string>"
}
'
{
  "status": 200,
  "message": "Success."
}

Authorizations

auth_token
string
query
required

Body

application/json
id
string

The old unique identifier of the user.

new_id
string

The new unique identifier of the user.

Response

OK

status
integer<int32>
Example:

200

message
string
Example:

"Success."