Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/departments
{ "data": [ { "id": 123, "name": "<string>", "handle": "<string>", "external_id": "<string>", "external_code": "<string>", "description": "<string>", "short_description": "<string>", "url": "<string>", "image_url": "<string>", "internal_note": "<string>", "meta": [ "<unknown>" ], "brand_id": 123, "location_id": 123, "brand": { "name": "<string>", "handle": "<string>" }, "created_at": "<string>", "updated_at": "<string>" } ] }
A GET to the /departments endpoint allows your application to retrieve departments.
GET
/departments
Array of Department
Department
Show child attributes