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."}

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."}

Last updated

Was this helpful?