Skip to content

Retrieve a Single Approval

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/approvals/:approver_id

Returns a single approval object with a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :approver_id required number

    ID of the User that should be the approver

curl "https://mapi.storyblok.com/v1/spaces/606/approvals/5405" \
-H "Authorization: YOUR_OAUTH_TOKEN"