Api Controller

get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Responses
200

OK

*/*
Responsestring
get
/api/version
GET /api/version HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
text
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Responses
200

OK

*/*
Responsestring
get
/api/hello
GET /api/hello HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
text

Last updated