---
title: "Get account from access token"
method: GET
path: "/api/v1.4/accounts/get-from-access-token/"
tags: ["v1.1"]
---

# Get account from access token

`GET /api/v1.4/accounts/get-from-access-token/`

Get account details such as the account name, payment methods, access token, API keys, and supported currencies from the access token.

## Query parameters

- `access_token` string, required

## Response `200`

- PublicAccount
  - `id` string, required — The account id
  - `name` string, required — Name of the account
  - `max_active_provider_count` integer, nullable — Max number of active providers
  - `redirect_url_after_connect` string, uri, nullable — Redirect URL after connecting a provider

## Other responses

- `400`
- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/versions/111e4c2e0826/schema)
