HyperTrackDocs
Workers

Invite Worker

Generate a HyperTrack app (`ORDERS` or `VISITS`) installation link to be shared with the worker

POST
/workers/{worker_handle}/invite

Generate a HyperTrack app (ORDERS or VISITS) installation link to be shared with the worker

Authorization

AuthorizationBasic <token>

In: header

Path Parameters

worker_handle*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/workers/string/invite" \  -H "Content-Type: application/json" \  -d '{}'
{  "worker_handle": "james@ht.com",  "link": "https://hypertrack-logistics.app.link/wqepoifv8f34c"}
{  "detail": {},  "message": "string"}
{  "detail": {},  "message": "string"}
{  "detail": {    "<location>": {      "<field_name>": [        "string"      ]    }  },  "message": "string"}