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.
Path parameters
orgId
The organization's numeric identifier.
Query parameters
profileName
Filter to profiles whose name contains this string.
feeType
Filter by fee type. Repeatable to match more than one. Send the enum
value (1 Flat, 2 ICP).
Allowed values:
serviceVertical
Filter by billing vertical. Repeatable to match more than one. Send
the enum value (1 PayIn, 2 PayOut, 3 PayOps).
Allowed values:
profileId
Filter to a single profile by its identifier.
limitRecord
Page size. Defaults to 20. Passing 0 returns no records — use a
positive value to page through results.
fromRecord
Zero-based offset into the result set. Defaults to 0.
Response
A page of billing profiles.
summary
Pagination summary for the profile list.
records
The billing profiles on this page. Empty when the org has no profiles.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error