Secure Embed View

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.

Body Params

Provide the embed_url and grant type to generate a scoped token for secure embedding.

string

URL to be embedded securely (e.g., order view or dashboard).

string
enum

Must be "client_credentials"

Allowed:
Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json