OpenAPI documentation for API and Auth Rest Services
- Get a list of Schedules
Display All of the Objects that can be displayed
Get a list of Accounts
Get a list of Carriers for an Account
Get a list of Channels for an Account
Get a list of Customers for an Account
Get a list of Facilities
Get a list of Location Templates
Get a list of Locations for a Facility
Get a list of Hazmat
Get a list of Item Templates
Get a list of Items for an Account
Get a list of Mobile Workflows
Get a list of Schedules
Get a list of Sequences
Get a list of Transit Lanes
Get a list of Schedules
INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/transitlanes/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/transitlanes/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "type": "state_state", "enabled": true, "nodelete": true, "name": "string", "description": "string", "notes": "string", "entries": [ … ] } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/users/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/users/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ncode": 0, "modifiedon": "2019-08-24T14:15:22Z", "securityLevel": 0, "email": "string", "locale": "pt_BR", "description": "string", "name": "string", "enabled": true, "type": "SYSTEM", "internaluse": true, "email_alias": "string", "fav1link": "string", "fav1name": "string", "fav1icon": "string", "fav2link": "string", "fav2name": "string", "fav2icon": "string", "fav3link": "string", "fav3name": "string", "fav3icon": "string", "facilities": [ … ], "roles": [ … ] } ]