List billing API paths

/billing

This call returns a list of paths used to access billing information via the API.

https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/billing

Request

Example request

GET /v2/billing HTTP/1.1
Host: api.sb.biodatacatalyst.nhlbi.nih.gov
X-SBG-Auth-Token: 1e43fEXampLEa5523dfd14exAMPle3e5
curl -s -H "X-SBG-Auth-Token: 6282d5e2121d43e7900e9d52b15845e7" -H "content-type: application/json" -X GET "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/billing"

Header Fields

NameDescription
X-SBG-Auth-Token
required
Your Platform authentication token.

Query parameters

NameData typeDescription
fieldsstringSelector specifying a subset of fields to include in the response.

Response

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

Example response body

{
  "billing_groups_url": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/billing/groups/",
  "invoices_url": "https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/billing/invoices/"
}