Public API Reference
Public API details and usage examples for the Members Portal
Creates or updates a delivery record.
cURL
curl --request PUT \ --url https://spaces.nexudus.com/api/public/deliveries \ --header 'Authorization: Basic <encoded-value>'
Documentation IndexFetch the complete documentation index at: https://learn.nexudus.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
200 OK
PUT /api/public/deliveries Authorization: Bearer {token} Content-Type: application/json { "SenderName": "Amazon", "TrackingNumber": "TRK123456" }
import endpoints from '@/api/endpoints' await httpClient.put(endpoints.deliveries.save, deliveryData)
Was this page helpful?