Get a single collection by its ID.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "collection": { "id": "<string>", "status": "<string>", "type": "<string>", "displayName": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "network": "<string>", "collectionMetadata": { "name": "<string>", "symbol": "<string>", "standard": "<string>", "contractAddress": "<string>" } } }
Documentation IndexFetch the complete documentation index at: https://docs.oumla.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oumla.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
SDK version header
Collection ID
Collection by ID
Show child attributes
Was this page helpful?