Receipts

Receipt management endpoints

List receipts

get
/api/v1/receipts

Get a paginated list of processed receipts

Authorizations
AuthorizationstringRequired

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer vb_your_api_key_here
Query parameters
limitinteger · min: 1 · max: 100Optional

Number of receipts to return (max 100)

Default: 10
offsetintegerOptional

Number of receipts to skip

Default: 0
statusstring · enumOptional

Filter by status

Possible values:
startDatestring · date-timeOptional

Start date filter (ISO 8601 format)

endDatestring · date-timeOptional

End date filter (ISO 8601 format)

Responses
200

List of receipts

application/json
get
/api/v1/receipts

Export receipts

get
/api/v1/receipts/export

Export receipts data to CSV or JSON format

Authorizations
AuthorizationstringRequired

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer vb_your_api_key_here
Query parameters
formatstring · enumOptional

Export format

Default: csvPossible values:
startDatestring · date-timeOptional

Start date filter (ISO 8601 format)

endDatestring · date-timeOptional

End date filter (ISO 8601 format)

Responses
200

Exported data

Responsestring
get
/api/v1/receipts/export

Last updated