---
title: "Retrieve Application Token"
method: POST
path: "/v1/marketplace/applications/{slug}/token/"
tags: ["Marketplace"]
---

# Retrieve Application Token

`POST /v1/marketplace/applications/{slug}/token/`

Retrieve a token required to access a third-party application from Chainstack Marketplace.

## Response `200`

- AccessToken — Token required to access an application from Chainstack Marketplace.
  - `access_token` string — Token required to access an application from Chainstack Marketplace.

## Other responses

- `404` — Object does not exist or caller has insufficient permissions to access it.

---

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