Skip to main content
GET
Get all payment routes

Authorizations

Api-Key
string
header
required

Query Parameters

userId
string<uuid>

Filter payment routes by user ID (at most one of userId or companyId)

companyId
string<uuid>

Filter payment routes by company ID (at most one of userId or companyId)

cursor
string

The id of the resource after which to start fetching

limit
integer
default:20

The number of resources to fetch

Required range: 1 <= x <= 100

Response

Successful operation

paymentRoutes
object[]

List of payment routes

automations
object[]
deprecated

Deprecated. Use paymentRoutes instead. This field returns identical data and will be removed in a future release.