authentication

Get the customer by email

get/v1/backoffice/customers/{username}

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

usernamestring
emailstring
plan'FREEMIUM' | 'FULL'
createdstring date-time
updatedstring date-time
enabledboolean
trialDaysinteger
deletedboolean

Example response

{
  "plan": "FREEMIUM"
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.