cURL
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": {} }
Update the authenticated user’s profile.
Bearer token from device or wallet auth
Profile updated.
true
Was this page helpful?