Getting Started
Welcome to the Zebra API Hub. This guide covers everything you need to start integrating with our Workcloud APIs.
Overview
The Zebra API Hub provides RESTful APIs across multiple product domains:
| API | Description |
|---|---|
| Workcloud Sync | Communications and announcements across Workcloud environments |
| Task Management | Task creation, execution workflows, comments, feeds, and scheduling |
| MyWork | User workflow and task interaction surfaces |
| Walk | Walk categories, execution, scheduling, and submissions |
| Kernel | Authentication, user/unit management, and shared platform services |
Base URLs
| Environment | Base URL |
|---|---|
| Production | https://prod-ui-zwseuprod01p.pp.zebra.com |
| Production (NA) | https://prod-ui-zwsusprod01p.pp.zebra.com |
Quick Example
curl -X GET "https://prod-ui-zwseuprod01p.pp.zebra.com/MYWORK/service/api/v3/tasks" \
-H "Authorization: Bearer <your-token>" \
-H "Content-Type: application/json"