> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/code/marketplace/get-marketplace-binding-tokens.md).

# Get Marketplace Binding Tokens

The **Marketplace** exposes vendor connectors (CRMs, ERPs, finance and marketing tools) as ordinary callable functions over a uniform call shape, regardless of how the vendor's API works.

This endpoint returns the marketplace binding tokens available in your project.

`GET /{version}/code/marketplace/integrations/{IntegrationViewId}/bindings/{BindingViewId}/tokens`

{% hint style="info" %}
Full request/response reference will appear here once this endpoint is added to the API spec.
{% endhint %}

## In the dashboard

Manage this visually in Norbix Cloud — see [Code](/norbix-cloud/code.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Get Marketplace Binding Tokens](/sdks-and-cli/code/marketplace/get-marketplace-binding-tokens.md) in the SDK reference, with examples in every language.
