---
title: "Get token requestor logo"
method: GET
path: "/v1/token-connect/assets/{assetId}"
tags: ["MDES Token Connect [Beta]"]
---

# Get token requestor logo

`GET /v1/token-connect/assets/{assetId}`

Returns a token requestor's logo, in `PNG` and `SVG` format.

For more information, refer to the <a href="https://developer.mastercard.com/mdes-token-connect/documentation/api-reference/" target="_blank">Mastercard Token Connect API</a>.

Pismo acts as a proxy for the Mastercard Token Connect API. 

For more information, refer to the [MDES Token Connect](https://developers.pismo.io/pismo-docs/docs/mdes-token-connect) guide.

## Path parameters

- `assetId` string, required

## Headers

- `x-tenant` string, required
- `access_token` string, required

## Response `200`

Successful response

- GetAssetResponse
  - `media_contents` MediaContent[] — List of media content items
    - `type` 'application/pdf' | 'image/png' | 'image/svg+xml' | 'text/plain' | 'text/html', required — Media content MIME type * `application/pdf` - For images (must be a vector PDF image) * `image/png` - Includes alpha channel * `image/svg+xml` - Image in SVG format * `text/plain` - Plain text * `text/html` - HTML text
    - `data` string, required — Base64 encoded media data.
    - `height` string — For non-SVG image assets, the image height in pixels.
    - `width` string — For non-SVG image assets, the image width in pixels.

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
