OpenAPI documentation for API and Auth Rest Services
- Determine of Email and Password Combination is a valid Enabled User
Deletes the current session for the user and creates a new one
Validate JWT Token
Delete session by JWT Token
Delete session by Session
Returns a list of licenses associated with this user
Simple Communication Test
Get Minimal User Details by Email
Uses Refresh token and deletes the current session for the user and creates a new one
Get Minimal User Details by Email
Determine of Email and Pa...
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/auth/pub/user/session
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/session?locale=string' \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"password": "string",
"licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae",
"snType": "SYSTEM"
}'Response
application/json
{ "redirectURL": "string", "refreshToken": "string", "expiresAt": "2019-08-24T14:15:22Z" }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwtResponse
application/json
{ "userEmail": "string", "licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae", "sn": "string", "expiresAt": "2019-08-24T14:15:22Z", "zoneIdStr": "string" }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwtResponse
application/json
{ "userEmail": "string", "licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae", "sn": "string", "expiresAt": "2019-08-24T14:15:22Z", "zoneIdStr": "string" }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt/{userSession}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt/{userSession}'Response
application/json
{ "userEmail": "string", "licenseId": "be894337-ec7c-4bdc-ac72-f939e31237ae", "sn": "string", "expiresAt": "2019-08-24T14:15:22Z", "zoneIdStr": "string" }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/licenses
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/licenses \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"password": "string"
}'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e", "customer_name": "string", "license_type": "COMMUNITY", "enabled": true, "production": true, "description": "string", "number_full_users": 0, "number_rf_users": 0, "number_ro_users": 0, "number_facilities": 0, "number_transactions": 0, "number_integrations": 0, "msg": "string" } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/ping- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/jwt/listResponse
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": [ { … } ] }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/session/refresh
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/session/refresh?sn_type=SYSTEM&locale=string' \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"password": "string",
"refreshToken": "string"
}'Response
application/json
{ "redirectURL": "string", "refreshToken": "string", "expiresAt": "2019-08-24T14:15:22Z" }
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/validate
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/user/validate \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"password": "string"
}'Response
application/json
"string"
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/users/email/{email}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/auth/pub/users/email/{email}?includeDisabled=false'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": [ { … } ] }