cURL
curl --request POST \ --url https://api.example.com/assets \ --header 'Content-Type: application/json' \ --data ' { "policyId": "<string>", "customFields": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "externalAssetId": "<string>", "startedAt": "<string>" } '
200
Example
{ "type": "<string>", "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
Optional: the whenAt datetime
the branchId
policyId of asset owner
custom fields per product
Show child attributes
Optional: Name of the entity
externalAssetId
startedAt
type of entity
id of the entity
Was this page helpful?