List all API paths

/

For general information on the API, including formatting, parameters, and pagination, please see the API Overview.

This call returns all API paths, so that you don't need to rely on documentation in the terminal.

https://cavatica-api.sbgenomics.com/v2/

##Request

Example request

GET /v2/ HTTP/1.1
Host: cavatica-api.sbgenomics.com
X-SBG-Auth-Token: 3259c50e1ac5426ea8f1273259740f74
curl  -s -H "X-SBG-Auth-Token: 6282d5e2121d43e7900e9d52b15845e7" -H "content-type: application/json" -X GET https://cavatica-api.sbgenomics.com/v2/

👍

Listing API calls

This is the only call that does not require your authentication token.

Response

See a list of CAVATICA-specific response codes that may be contained in the body of the response.

Example response body

{
  "rate_limit_url": "https://cavatica-api.sbgenomics.com/v2/rate_limit",
  "user_url": "https://cavatica-api.sbgenomics.com/v2/user",
  "users_url": "https://cavatica-api.sbgenomics.com/v2/users",
  "billing_url": "https://cavatica-api.sbgenomics.com/v2/billing",
  "projects_url": "https://cavatica-api.sbgenomics.com/v2/projects",
  "files_url": "https://cavatica-api.sbgenomics.com/v2/files",
  "tasks_url": "https://cavatica-api.sbgenomics.com/v2/tasks",
  "apps_url": "https://cavatica-api.sbgenomics.com/v2/apps",
  "action_url": "https://cavatica-api.sbgenomics.com/v2/action",
  "upload_url":"https://cavatica-api.sbgenomics.com/v2/upload",
  "storage_url": "https://cavatica-api.sbgenomics.com/v2/storage"
}

Language