Body
Description
Returns a Single Sign-On (SSO) URL that logs the customer directly into the cWatch dashboard for a given order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| orderid | Integer | Required | The ID of the order to generate SSO access for (passed in the URL path) |
| auth-userid | Integer | Required | Reseller ID (Authentication Parameter) |
| api-key | String | Required | Reseller API key (Authentication Parameter) |
HTTP Method
GET
Example Request
GET https://httpapi.com/restapi/product/cwatch/order/666690/sso-url?auth-userid=0&api-key=key
Response
Returns a Single Sign-On URL for the specified order. Representative example:
{ "ssoUrl": "https://cwatch.example.com/sso?token=..." }