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:

APIDescription
Workcloud SyncCommunications and announcements across Workcloud environments
Task ManagementTask creation, execution workflows, comments, feeds, and scheduling
MyWorkUser workflow and task interaction surfaces
WalkWalk categories, execution, scheduling, and submissions
KernelAuthentication, user/unit management, and shared platform services

Base URLs

EnvironmentBase URL
Productionhttps://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"

Next Steps