Skip to content

INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)

OpenAPI documentation for API and Auth Rest Services

Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi

Dock Appointment Scheduling Service

Dock Appointment Scheduling Services

Operations

Import Service

Services related to importing data

Operations

Reporting, Insights and Metrics Service

Services related to Reporting, Insights and Metrics

Operations

Request

Get a list of service end points

Security
Authorization
curl -i -X GET \
  https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/insights \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Ok

Bodyapplication/jsonArray [
string
]
Response
application/json
[ "string" ]

Request

Get Mobile Task metrics for users

Security
Authorization
Query
emailstring

Search by user email

Default ""
curl -i -X GET \
  https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/insights/users/metrics \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Ok

Bodyapplication/jsonArray [
idinteger(int64)
mtask_idstring(uuid)
account_namestring
account_idstring(uuid)
user_namestring
user_idstring(uuid)
internaltypestring
Enum"PICKING""RECEIVING""RETURN""PUTAWAY""REPLEN""RELOCATE""PACK""UNPACK""QCRECV""QCPICK"
facility_namestring
facility_idstring(uuid)
work_minutesinteger(int32)
startedondtstring(date-time)
actualcompdtstring(date-time)
total_num_movesinteger(int32)
qty_pcs_totalnumber
]
Response
application/json
[ { "id": 0, "mtask_id": "1027127b-232f-4bf8-8879-5280cf6b0f6f", "account_name": "string", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "user_name": "string", "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5", "internaltype": "PICKING", "facility_name": "string", "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "work_minutes": 0, "startedondt": "2019-08-24T14:15:22Z", "actualcompdt": "2019-08-24T14:15:22Z", "total_num_moves": 0, "qty_pcs_total": 0 } ]

Inventory Service

Services related to Inventory

Operations

Invoice for 3PL Billing Service

Services related to viewing Invoices for 3PL Billing

Operations

Lists Service

Services related to Querying Lists of Objects

Operations

Mobile Tasks Service

Services related to Mobile Tasks

Operations

Receiving Order Service

Services related to Receiving Orders

Operations

Shipping Order Service

Services related to Shipping Orders

Operations

Work/Project Order Service

Services related to Work/Project Orders

Operations

Authentication Service

Services related to authentication

Operations