get https://cavatica-api.sbgenomics.com/v2
/billing
For general information on the API, including formatting, parameters, and pagination, please see the API Overview.
This call returns a list of paths used to access billing information via the API.
https://cavatica-api.sbgenomics.com/v2/billing
Request
Example request
GET /v2/billing HTTP/1.1
Host: cavatica-api.sbgenomics.com
X-SBG-Auth-Token: 3210a98c1db9318fa9d9273156740f74
curl -s -H "X-SBG-Auth-Token: 3210a98c1db9318fa9d9273156740f74" -H "content-type: application/json" -X GET "https://cavatica-api.sbgenomics.com/v2/billing"
Header Fields
Name | Description |
---|---|
X-SBG-Auth-Token required | Your CAVATICA authentication token. |
Query parameters
Name | Data type | Description |
---|---|---|
fields | string | Selector specifying a subset of fields to include in the response. |
Response
See a list of CAVATICA-specific response codes that may be contained in the body of the response.
Example response body
{
"billing_groups_url": "https://cavatica-api.sbgenomics.com/v2/billing/groups/",
"invoices_url": "https://cavatica-api.sbgenomics.com/v2/billing/invoices/"
}