Initiate Segment Debugging Session

get

/rest/debuggerService/segment/{segmentGuid}

Starts a remote debugging session for a segment. Requires segmentGuid as a path parameter and companyGuid as a query parameter.

Request

Path Parameters
Query Parameters
Header Parameters
Back to Top

Response

200 Response

Debugging session created successfully.

400 Response

Invalid request data / missing required fields.

401 Response

Authentication failed.

403 Response

Authorization failed or remote debugging is not enabled.

500 Response

Internal processing error.
Back to Top