The Network API endpoints provide management of locker networks, enabling carriers to share lockers between network owners and tenants. These endpoints support:
- Network Listing: View all networks where the carrier is the owner or tenant.
- Network Locker Management: Add, remove, and update lockers within a network.
- Paginated Locker Retrieval: Retrieve lockers in a network with filtering and pagination.
Key Features:
- Locker Sharing: Share lockers between carriers through networks.
- Status Management: Track and update locker status within networks (e.g., PENDING, ACCEPTED, DECLINED).
- Carrier Details: Optionally update carrier-specific details when managing network lockers.
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/networks
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/networks
curl -i -X GET \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks \
-H 'X-API-Key: YOUR_API_KEY_HERE'List of networks retrieved successfully.
Response
[ { "uid": 8065713862, "ownedBy": "GLS_NXT", "tenant": "GLS_DE", "autoShare": false } ]