GET
/
v3
/
billing
/
invoices
List Invoices
curl --request GET \
  --url http://127.0.0.1:3333/v3/billing/invoices \
  --header 'Authorization: Bearer <token>'
{
  "invoices": [
    {
      "id": "<string>",
      "url": "<string>",
      "amount": 123,
      "currency": "<string>",
      "date": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string
required

Response

200 - application/json

Default Response

invoices
object[]
required