Update Profile
Update the identifiers for a shopper’s profile (first name or last name).
Authorizations
Bolt utilizes the OAuth flow that developers can use to attain access to Bolt Account data via APIs.
For all APIs that require authorization, please provide your access_token returned from /v1/oauth/token via the basic auth bearer header Authorization: bearer ${TOKEN}.
Read more about the OAuth token endpoint.
Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.
Headers
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].
Body
The profile fields that can be updated for a shopper.
The given name of the person associated with this record.
"Alan"
The surname of the person associated with this record.
"Watts"
A key-value pair object that allows users to store arbitrary information associated with an object. For any individual account object, we allow up to 50 keys. Keys can be up to 40 characters long and values can be up to 500 characters long. Metadata should not contain any sensitive customer information, like PII (Personally Identifiable Information). For more information about metadata, see our documentation.
{ "customer_id": 234 }Response
Profile Updated
The shopper's account profile.
An email address.
255"alan.watts@example.com"
The given name of the person associated with this record.
"Alan"
The surname of the person associated with this record.
"Watts"
A key-value pair object that allows users to store arbitrary information associated with an object. For any individual account object, we allow up to 50 keys. Keys can be up to 40 characters long and values can be up to 500 characters long. Metadata should not contain any sensitive customer information, like PII (Personally Identifiable Information). For more information about metadata, see our documentation.
{ "customer_id": 234 }The given and surname of the person associated with this address.
"Alan Watts"
A phone number following E164 standards, in its globalized format, i.e. prepended with a plus sign.
16"+12125550199"