Send Package
Push data from your system to personnel and assets in the field.
POST
/api/package
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Basic <username>:<password>
x-api-key
<api-key>
Body
Response
200: Success, empty body
401: Unauthorized - You need to fix your credentials.
403: Forbidden - You do not have permissions to call this endpoint or send data to the target.
429: Too Many Requests - You're too noisy. See Retry-After
response header for your backoff time in seconds.
Last updated