Home
Content Management API⁡𝅶‍‍𝅺⁡‍𝅴⁡𝅴𝅹‍‍⁢𝅵‍‍⁣‌⁡⁣𝅺⁢𝅸⁡⁢‍𝅹⁢𝅺𝅸‍‍‍𝅷‍‍𝅳⁡‍⁠‍‍⁢𝅵‍‍𝅳⁡⁣⁡⁣⁡​⁡⁢⁢𝅵‍𝅺‍𝅺⁢𝅸⁡⁢‍𝅹⁣‌⁡⁣𝅺⁢𝅸⁡⁢‍𝅹⁢𝅺𝅸‍𝅺⁠⁣𝅴⁡⁣𝅺⁡‍‍𝅺𝅴⁡⁣⁠𝅸⁠𝅺⁡⁣⁡𝅴⁡​⁠⁡⁢‍𝅺⁢𝅳⁢‌⁢​⁢𝅴⁢‍⁢⁠‍𝅺𝅴⁡⁣⁠𝅸⁡⁢‍𝅺⁢⁢⁢𝅴⁢𝅳⁢⁢⁢‌⁢⁡⁢𝅳⁢‌‍‍⁡𝅸
Main resources
Upload-related
Site Search
Environments
UI
Workflows
Async jobs
Roles & permissions
Webhooks
Hosting & CI integrations
Subscription
Enterprise
    Show examples in:
    Plugin

    Plugins enable developers to replace DatoCMS field components with HTML5 applications so the editing experiences of the DatoCMS web app can be customized.

    Object payload

    id  string
    ID of plugin
    type  string
    Must be exactly "plugin"
    name  string

    The name of the plugin

    description  null, string

    A description of the plugin

    url  string

    The entry point URL of the plugin

    parameters  object

    Global plugin configuration. Plugins can persist whatever information they want in this object to reuse it later.

    package_name  null, string

    NPM package name of the plugin (or null if it's a private plugin)

    package_version  null, string

    The installed version of the plugin (or null if it's a private plugin)

    permissions  Array<string>

    Permissions granted to this plugin

    meta.version  string

    Version of the plugin. Legacy plugins are v1, new plugins are v2

    Available endpoints