Get a collection by id
GET {{baseUrl}}/tokenization/collections/:id
Get a collection by id
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"status": "COMPLETED",
"type": "NON_FUNGIBLE_TOKEN",
"displayName": "<string>",
"collectionMetadata": {
"fbCollectionId": "<string>",
"blockchainDescriptor": "<string>",
"name": "<string>",
"symbol": "<string>",
"standard": "<string>",
"contractAddress": "<string>"
}
} |
ENDPOINTS