GET
/
account
/
details
Details
curl --request GET \
  --url https://api.marzipan.co/v1/account/details \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "firstName": "Demo",
    "lastName": "User",
    "email": "demo@marzipan.uk",
    "phone": "+44 7700 900123",
    "marketing": []
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is the account token returned from the Login endpoint.

Response

200
application/json

Success

The response is of type object.