Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
billing
/
Get billing record
curl --request GET \
  --url https://api.arklow.io/v1/orgs/{org_id}/billing/ \
  --header 'x-arklow-auth: <api-key>'
{
  "data": {
    "id": "<string>",
    "org_id": "<string>",
    "stripe_id": "<string>",
    "usage_provider_id": "<string>"
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

x-arklow-auth
string
header
required

Path Parameters

org_id
string
required
Pattern: ^[0-9]+$

Response

200 - application/json

Default Response

data
object
required
errors
object[] | null
required