Retrieve a data value for your plugin associated with the entity ID from the tadatodo keystore.
Note: data is stored as a string, so unmarshal data as needed.
GET
/plugins/{pluginId}/entities/{entityId}/data/{key}
curl \
--request GET 'https://tadatodo.com/api/plugins/Ple77f34bbf9/entities/Eae77f34bbf9/data/myUrlSafeKey' \
--header "X-Plugin-Secret: $API_KEY"
Response examples (200)
{
"value": "string"
}