Skip to content

Retrieve Multiple Field Plugins

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

Returns an array of field plugin objects. This endpoint is paged.

Terminal window
org_field_types/
Terminal window
partner_field_types/
  • only_mine required number

    Filter field plugins by the user. Default 1

  • page required number

    Default: 1. Learn more under Pagination.

  • per_page required number

    Default: 25. Max: 100. Learn more under Pagination.

  • search required string

    Filter by search term

  • field_types object[]

    Array of objects containing information about the field plugin

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