Olyn API Data

Learn about Olyn data resource

FieldTypeDescription
keyStringValue defined by the developer, has to be in string format and is used to identify the data resource created that will be attached to the asset. The value of the "key" needs to be a unique per asset and developer identifier.Set by the developer
valueStringContent of the data resource, there is no limitation upon what to add, can be a name, a stringified JSON object, anything.Set by the developer
created_atDateDate of creation of the resourceAuto
created_byStringEntity creating the resourceAuto
{
    "key": "color",
    "value": "green",
    "createdBy": "OLYN",
    "createdAt": "2022-06-10 10:24:42.369000"
}

🚧

Note: "key" can not be duplicated by the same developer in the same asset.


Get API Keys

Learn about Olyn files resource