Skip to content

Retrieve an Extension

Terminal window
https://mapi.storyblok.com/v1/apps/:extension_id

Retrieve a specific plugin from organization or the partner extensions.

Terminal window
/partner_apps/:extension_id
  • :extension_id required number

    Numeric id of an extension

curl "https://mapi.storyblok.com/v1/org_apps/123" \
-H "Authorization: YOUR_OAUTH_TOKEN"
curl "https://mapi.storyblok.com/v1/partner_apps/123" \
-H "Authorization: YOUR_OAUTH_TOKEN"