Skip to main content

update-customer

Update customer

Header Parameters
  • x-api-key required
Request Body
  • clientId uuid required

    client's Id, customer belongs from

  • email string required

    customer's email

  • accountAddress string

    customer's waller address

  • accountType string

    customer' account type [MAGIC, CRYPTO]

  • location string

    customer's country

  • ipAddress string

    customer's ipAddress

Responses


{
"message": "Account updated successfully"
}