Loading...

Knowledge Base

Get cWatch SSO URL via the API

Description

Returns a Single Sign-On (SSO) URL that logs the customer directly into the cWatch dashboard for a given order.

Parameters

NameData TypeRequired / OptionalDescription
orderidIntegerRequiredThe ID of the order to generate SSO access for (passed in the URL path)
auth-useridIntegerRequiredReseller ID (Authentication Parameter)
api-keyStringRequiredReseller 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=..." }