Find payee counterparties
Find payee counterparties. This endpoint lets you find vendors linked to the entity.
Path parameters
entityId
Entity ID or Entity ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
nameDeprecated
Use search instead. Deprecated. Filter counterparties by name. Partial matches are supported.
search
Filter counterparties by name or email. Partial matches are supported.
networkType
Filter by network type. By default, only ENTITY counterparties are returned.
Allowed values:
paymentMethods
If true, will include counterparty payment methods as part of the response
invoiceMetrics
If true, will include counterparty invoice metrics as part of the response
counterpartyId
Filter by counterparty ids (Foreign ID is supported)
metadata
Filter counterparties by simple key/value metadata. Each filter will be applied as an AND condition. Duplicate keys will be ignored.
returnMetadata
If true, will return simple key/value metadata for the counterparties. For more complex metadata, use the Metadata API.
limit
Number of counterparties to return. Limit can range between 1 and 100, and the default is 10.
startingAfter
The ID of the counterparties to start after. If not provided, the first page of counterparties will be returned.
Response
This endpoint returns an object.
count
Total number of counterparties for the given filters. This value is not limited by the limit parameter. It is provided so that you can determine how many pages of results are available.
hasMore
True if there are more counterparties available for the given filters.
data