---
title: "GET /network-tokens/{id}/account"
method: GET
path: "/network-tokens/{id}/account"
tags: ["NetworkTokens"]
---

# GET /network-tokens/{id}/account

`GET /network-tokens/{id}/account`

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- NetworkTokenAccount
  - `card_art` CardArt
    - `background_color` string, nullable
    - `logo` CardArtImage
      - `url` string, nullable
      - `description` string, nullable
      - `height` integer, nullable
      - `width` integer, nullable
    - `card_image` CardArtImage
      - `url` string, nullable
      - `description` string, nullable
      - `height` integer, nullable
      - `width` integer, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
