---
title: "Get Credential by NFT Locator"
method: GET
path: "/v1-alpha1/nfts/{nftLocator}/credentials"
tags: ["Verifiable Credentials"]
---

# Get Credential by NFT Locator

`GET /v1-alpha1/nfts/{nftLocator}/credentials`

Get a verifiable credential by the NFT locator. 

This locator will have the format: `<chain>:<contract_address>:<tokenId>`. 
For example: `polygon:0x1234abcde...:1`

**API scope required** `credentials.read`. This enpoint will work also with a client side API key.

## Path parameters

- `nftLocator` string, required

## Response `200`

Success.

- object — The credential object

## Other responses

- `400` — Bad Request
- `404` — Nft not found

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
