Skip to main content
GET
/
api
/
v1
/
tokenization
/
collections
/
{id}
Get Collection by ID
curl --request GET \
  --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id} \
  --header 'x-api-key: <api-key>'
{
"collection": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "ACTIVE",
"type": "ERC721",
"displayName": "My Collection",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"network": "ETH",
"collectionMetadata": {
"name": "My Collection",
"symbol": "MC",
"standard": "ERC721",
"contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}
}
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your API key from the dashboard.

Headers

x-sdk-version
string
default:1.0.0

SDK version header

Path Parameters

id
string
required

Collection ID

Response

Successfully retrieved collection

Collection response object

collection
object

Collection data object