---
title: "Account:Licenses"
method: GET
path: "/v2/accounts/me/licenses"
tags: ["Account"]
---

# Account:Licenses

`GET /v2/accounts/me/licenses`

Returns all merchants that you have access to

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- AccountLicensesContainer
  - `code` string
  - `addressRequired` boolean — if one of the licenses is an ubo ir is authorized to sign, then the address is required, so return true otherwise false
  - `globalAuthorisations` AccountLicensesContainerGlobalAuthorisations
    - `canMerchantImitate` boolean
    - `canAccountImitate` boolean
  - `licenses` AccountLicensesContainerLicense[]
    - `code` string
    - `name` string, nullable — is the label on AL
    - `merchant` AccountLicensesContainerLicenseMerchant
      - `code` string
      - `name` string — The public name of the merchant.
      - `icon` string, nullable — the icon of the merchant
      - `status` 'ACTIVE' | 'INACTIVE'
    - `complianceData` AccountLicensesContainerLicenseComplianceData
      - `authorizedToSign` 'alone' | 'shared' | 'no'
      - `pep` boolean
      - `pepDescription` string, nullable
      - `uboPercentage` integer
      - `relationshipDescription` string, nullable
      - `ubo` 'indirect' | 'direct' | 'pseudo' | 'no'
    - `notificationGroup` AccountLicensesContainerLicenseNotificationGroup
      - `technical` boolean
      - `financial` boolean
      - `operations` boolean
    - `platform` AccountLicensesContainerLicensePlatform
      - `loginAccount` boolean
      - `loginTpa` boolean
      - `authorisation` 'all' | 'specified' — can be all or specified
      - `authorisationGroups` string[] — always empty when authorisation=all
    - `roles` AccountLicensesContainerLicenseRoles
      - `primaryContactPerson` boolean
      - `internalAdministrator` boolean
    - `createdAt` string, date-time
    - `createdBy` string, nullable
    - `acceptedAt` string, date-time, nullable
    - `modifiedAt` string, date-time, nullable
    - `modifiedBy` string, nullable
    - `deletedAt` string, date-time, nullable
    - `deletedBy` string, nullable

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `410` — Indicates that this resource is no longer available for use
- `415` — Unsupported media. The supplied content type in the content-type parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred.
- `503` — The server is currently unable to handle your request

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/revisions/2bc260c7bdfc/schema)
