GET
/
invoice
/
lists
curl --request GET \
  --url https://vpn.bserv.dev/api/v1/invoice/lists \
  --header 'token: <api-key>'
{
  "success": true,
  "invoices": []
}

Authorizations

token
string
header
required

Query Parameters

status
string
required
Examples:

"PAID"

Response

200 - application/json

OK

The response is of type object.

GET
/
invoice
/
lists
curl --request GET \
  --url https://vpn.bserv.dev/api/v1/invoice/lists \
  --header 'token: <api-key>'
{
  "success": true,
  "invoices": []
}

Authorizations

token
string
header
required

Query Parameters

status
string
required
Examples:

"PAID"

Response

200 - application/json

OK

The response is of type object.