Skip to main content
POST
Request a session ID
/connect is the first endpoint Syteca calls. Your API Bridge establishes a session with the ticketing system and returns a sessionId that the ticket status and add comment calls then use. The request body is optional. If your ticketing system needs connection details, accept them in the optional connectionString field.
This endpoint is shown for reference. There is no Syteca-hosted server to call — your Bridge runs at your own address and port — so no live request panel is available.

Body

application/json
connectionString
string

Optional connection string for the ticketing system.

Example:

"Server=tickets.local;Db=helpdesk"

Response

A JSON object including the session ID.

sessionId
string
Example:

"f3a9c2e1-7b44-4d8e-9c2a-1e6b5d0f8a23"