Walk Execution
Version: 1.0.0 OpenAPI: 3.0.3
OpenAPI APIGEE mirror of next-gen-swagger/walk-execution/next-gen-walk-execution-api.yaml — paths, parameters, request bodies, and responses resolve from that file via $ref.
Error codes and envelopes (status / error / errorCode / response) are defined in the main Walk spec (next-gen-walk-execution-api.yaml).
APIGEE-only: send api_key (API key) in addition to X-reflexis-csrf-token-X (session token). Clients often send Origin and Referer matching the gateway host for routing validation.
Companion APIGEE spec: task-execution/next-gen-task-execution-apigee-api.yaml.
Download OpenAPI specification (v1.0.0)
Servers
| URL | Description |
|---|---|
https://dev-api.zebra.com | Dev APIGEE |
https://stage-api.zebra.com | Stage APIGEE |
https://test-api.zebra.com | Test APIGEE |
https://api.zebra.com | Prod APIGEE |
Security schemes
| Name | Type | Description |
|---|---|---|
ApiKeyHeader | apiKey | APIGEE API key header validated by VerifyAPIKey policy. |
AuthTokenHeader | apiKey | Session authentication token validated server-side against the user session store. Required on every request. Absence returns HTTP 400; invalid/expired token returns HTTP 401. |
Operations
Use the sidebar to browse individual operations generated from this specification.