Overview
Retrieve section details using a specific section_id.
Request
Endpoint: | /v1/section |
Method: | GET |
Headers: | Authorization: <Your-API-Key> |
When forming your request, include a JSON payload with the specific section_id
you're interested in:
{
"section_id": "your_section_id"
}
Replace your_section_id
with the actual ID of the section you're inquiring about.
Response
Upon submitting the request, the API will provide details related to the given section.
Example Request Body
{
"section_id": "988ed94365aa4a74c30cd832"
}
Expected Response
{
"display_name": "Entrées",
"item_links":
[
"645ed94355ef4a74c854fc92",
"988ed94365aa4a74c30cd832",
"63d2bbd04f7698c2b366a797",
"63d2bbf74f4699c2b366a7f2",
"645c1a3cb1001fb704322d90",
"63d2bc454f7699c2b366a87d",
"645fafbb73003f9ee12a901c"
]
}