Get Section

How to obtain a section.

You can use the section ID or the slug.

GET https://mburger.cloud/api/sections/<id-or-slug>

curl https://mburger.cloud/api/sections/<id-or-slug>?include=elements
-H "Accept: application/json" 
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3"

URL Parameters

If you are using the slug (and the project has Multi-language enabled) make sure to include the correct locale in the request.

Parameters

Last updated