# Get Plugin-unique Data **GET /plugins/{pluginId}/data/{key}** Retrieve a unique data value for your plugin from the tadatodo keystore. Note: data is stored as a string, so unmarshal data as needed. ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api plugin auth ## Parameters ### Path parameters - **key** (string) The url-safe, unique key for this plugin - **pluginId** (string) Your plugin's ID - **entityId** (string) The associated Entity ID ## Responses ### 200 #### Body: (object) - **value** (string) [Powered by Bump.sh](https://bump.sh)