Create

Path

Method

Allowed Contents

Description

<ALIAS>/ctrl/v2/session/create

GET

Parameter

Use

Description

Example

service-id

required

Id of Service

service-id=my-service-id

Example Call URL

https://cast.ybrid.io/alias/ctrl/v2/session/create?service-id=my-service-id

Example cURL Call with JSON Body

curl -v \
     -X GET "https://cast.ybrid.io/alias/ctrl/v2/session/create?service-id=my-service-id"

Response

Specification

{

}

Example

{
    "__responseHeader": {
        "responseVersion":"v2",
        "statusCode":200,
        "success":true,
        "supportedVersions":["v1","v2"]
    }
}

Last updated

Was this helpful?