Skip to content

Retrieve a Single Field Plugin

Terminal window
https://mapi.storyblok.com/v1/field_types/:field_type_id

Returns a single field-type object with a specific numeric id.

Terminal window
org_field_types/:field_type_id
Terminal window
partner_field_types/:field_type_id
  • :field_type_id required number

    Numeric id of a field plugin

curl "https://mapi.storyblok.com/v1/field_types/124" \
-H "Authorization: YOUR_OAUTH_TOKEN"
curl "https://mapi.storyblok.com/v1/org_field_types/124" \
-H "Authorization: YOUR_OAUTH_TOKEN"
curl "https://mapi.storyblok.com/v1/partner_field_types/124" \
-H "Authorization: YOUR_OAUTH_TOKEN"