v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBAccount
Update Profile
Update the identifiers for a shopper's profile (first name or last name).
patch/v1/account/profile
Headers
X-Publishable-Keystring
The publicly viewable identifier used to identify a merchant division. This key is found in the Developer > API section of the Bolt Merchant Dashboard [RECOMMENDED].
Request body
Example request
{
"first_name": "Alan",
"last_name": "Watts",
"metadata": {
"customer_id": 234
}
}Response
Profile Updated
Example response
{
"email": "alan.watts@example.com",
"first_name": "Alan",
"last_name": "Watts",
"metadata": {
"customer_id": 234
},
"name": "Alan Watts",
"phone": "+12125550199"
}