Skip to main content
GET
/
api
/
cost
/
v1
/
billingtags
Get usable billing codes
curl --request GET \
  --url https://api.example.com/api/cost/v1/billingtags \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "billingTags": [
    {
      "tag": "<string>"
    }
  ]
}

Authorizations

X-Domino-Api-Key
string
header
required

Response

Success

billingTags
object[]
required