...
Alternatively, you are also free to use any other method of calling the API endpoints (such as curl commands from a terminal, or using a Python script), as long as you pass the authentication in a similar way as done via Swagger. Using the API via Swagger reveals the corresponding curl command from which you can create your script.
...
SRC Workspace Server API
This section includes endpoints for workspace-related microservice. For example, you can get the information about your workspaces, pause, resume, delete a workspace, and so on. You can only do these actions to the workspaces that you have access to, e.g. the workspaces that were started in the collaborations that you are part of.
...
SRC User Server API
This section includes endpoints for user-related microservice. For example, you can get the information about your collaboration, users in your collaboration, manage secrets, and so on. You can only do these actions to the collaborations that you are part of.
(this should be in a warning box)
Being a member of a collaboration entitles you to log in to the Research Cloud portal.
...