Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.marzipan.co/v1/account/details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "jsmith@example.com" } '
{ "message": "string" }
Update the authenticated user’s account information such as name and email address.
Bearer authentication header of the form Bearer <token>, where <token> is the account token returned from the Login endpoint.
Bearer <token>
<token>
Login
Success