Get a contract template by its ID.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/contract-templates/{templateId} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "result": { "id": "<string>", "name": "<string>", "description": "<string>", "longDescription": "<string>", "bytecode": "<string>", "sourceCode": "<string>", "type": "<string>", "docs": {} } }
API key for authentication
SDK version header
Contract template ID
Contract template by ID
Show child attributes
Was this page helpful?