Skip to content

Retrieve a Single Datasource Entry

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/datasource_entries/:datasource_entry_id

Retrieve a single datasource entry object with a specific numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :datasource_entry_id required number

    Numeric ID of a datasource entry

curl "https://mapi.storyblok.com/v1/spaces/656/datasource_entries/52" \
-H "Authorization: YOUR_OAUTH_TOKEN"