Skip to main content
PUT
/
customer
/
v2
/
profile
Update Profile
curl --request PUT \
  --url https://orbitflare.com/api/customer/v2/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "payment_wallet_address": "<string>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer token from device or wallet auth

Body

application/json
name
string
payment_wallet_address
string | null

Response

Profile updated.

success
boolean
Example:

true

message
string
data
object