post https://v3.api.hypertrack.com/oauth/embed-token
Obtain a scoped access token embed url for embedding specific views, such as order or dashboard views, in your application. The API allows embedding by passing the embed_url
and obtaining a token scoped secure_embed_url
specifically for that resource.
For example, to create a facility manager's view that ensures privacy of the worker's home location when viewed by the facility manager, you can pass your order embed view as https://embed.hypertrack.com/orders/my_order_handle_identifier?fulfillment-attempt=0&show-visits-only=true and get a secure link back as result of this call.