Check access
Check access to public resources
GET http://try-server.labpipe.org/api/general/connect/public
{"message": "Access to public resources authorised."}Check operator access
GET http://try-server.labpipe.org/api/general/connect/auth
Headers
Name
Type
Description
Authorization
string
HTTP Basic authentication using operator credentials
{"message":"Access to resources authorised with credentials."}{"message": "Unauthorised. Invalid authentication credentials in request."}Check token access
GET http://try-server.labpipe.org/api/general/connect/token
Headers
Name
Type
Description
Authorization
string
HTTP Basic authentication using token credentials
{"message":"Access to resources authorised with token."}{"message": "Unauthorised. Invalid authentication credentials in request."}Last updated
Was this helpful?