Get NFT Details by ID API
Retrieve details of a specific NFT using its unique ID through the `/v1/cl2c/nfts/{id}` endpoint.
⚠️ This content is not available in your language yet.
The GET /v1/cl2c/nfts/{id}
endpoint allows you to retrieve the details of an NFT by providing its unique ID.
Endpoint
GET
/v1/cl2c/nfts/{id}
Fetches the details of the specified NFT.
Parameters
Name | Type | Location | Required | Description |
---|---|---|---|---|
id | string | Path | Yes | The unique ID of the NFT (UUID format). |
tenant | string | Header | Yes | Tenant ID for accessing this API. |
X-API-Key | string | Header | Yes | API Key ID for accessing this API. |
Responses
Success (200)
Content Type: application/json
The response includes detailed information about the NFT.
Example Response
Error Responses
400 Bad Request
Content Type: application/json
Indicates that the request was invalid.
Example Response
Default Error Response
Content Type: application/json
May include general error information.
Example Response
Code Samples
Usage in Different Frameworks
Node.js Example