---
title: "Returns customer information for the authenticated user"
method: GET
path: "/v1/account/customer"
tags: ["uncategorized"]
---

# Returns customer information for the authenticated user

`GET /v1/account/customer`

## Response `200`

OK

- CustomerResponse
  - `signature` string — signature
  - `optInCssUrl` string — optin css url
  - `optInCssContent` string — optin css content
  - `id` integer — customer id
  - `companyName` string — company name
  - `diallingCodeId` integer — dialing code
  - `siteId` integer — site id
  - `locale` string — site id locale
  - `trial` boolean — trial customer
  - `upgradeUrl` string — trial customer upgrade url
  - `status` string — status
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `validContractPayment` boolean — has valid contract payment?
  - `webappFastTemplatePickerEnabled` boolean — webappFastTemplatePickerEnabled
  - `maxSmsSegmentsForRestrictedInterfaces` integer — maxSmsSegmentsForRestrictedInterfaces
  - `metaWhatsappConditionsAccepted` boolean — metaWhatsappConditionsAccepted
  - `accountManager` AccountManagerResponse
    - `id` integer — id
    - `firstname` string — firstname
    - `surname` string — surname

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
