Skip to main content
GET
Retrieves the bills.

Headers

Authorization
string
required

Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Path Parameters

id
number
required

The bill id

Response

200 - application/json

The bill details has been retrieved successfully

pagination
object
required

Pagination metadata

data
object[]