List billing profiles
Returns every billing profile that belongs to an organization. This is the data behind the Profile Library table in the Payabli Portal.
Requires a token with the billing_profile_read permission; a token
without it gets 403 Forbidden.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Long-lived API token sent in the requestToken header. See API token authentication.
Path parameters
Query parameters
Filter by fee type. Repeatable to match more than one. Send the enum
value (1 Flat, 2 ICP).
Filter by billing vertical. Repeatable to match more than one. Send
the enum value (1 PayIn, 2 PayOut, 3 PayOps).
Page size. Defaults to 20. Passing 0 returns no records — use a
positive value to page through results.
Zero-based offset into the result set. Defaults to 0.