Skip to main content
GET
Get billing methods

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string
required

Account identifier.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier.

Example:

"cmp123456"

Query Parameters

filter[type]
enum<string>

Filter by billing method type.

Available options:
Prepay,
Invoice,
PO,
CC
Example:

"PO"

filter[status]
enum<string>

Filter by billing method status. Allowed values depend on the selected type.

Available options:
draft,
active,
archived,
expired
Example:

"active"

filter[remainingBalance][gte]
number

Return only billing methods with remaining balance at or above this value.

Required range: x > 0
Example:

1000

filter[remainingBalance][lte]
number

Return only billing methods with remaining balance at or below this value.

Required range: x > 0
Example:

5000

Response

List of billing methods for the account.

A list of billing methods for the account.

data
object[]
required
Last modified on June 17, 2026