Search entities
Search all entities with the given filters. If no filters are provided, all entities will be returned.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
paymentMethods
If true, will include entity payment methods as part of the response
isCustomer
If true, only entities with a direct relationship to the requesting organization will be returned. If false or not provided, all entities will be returned.
foreignId
ID used to identify this entity in your system
status
isPayee
If true, entities that are marked as payees will be returned.
If false or not provided, entities that are marked as payees will not be returned.
isPayor
If true or not provided, entities that are marked as payors will be returned.
If false, entities that are marked as payors will not be returned.
nameDeprecated
Use search instead. Deprecated. Filter entities by name. Partial matches are supported.
search
Find entities by name, email, or emailTo. Partial matches are supported.
metadata
Filter entities by simple key/value metadata. Each filter will be applied as an AND condition. Duplicate keys will be ignored.
returnMetadata
Return simple key/value metadata for the specified keys for the entities. For more complex metadata, use the Metadata API.
limit
Number of entities to return. Limit can range between 1 and 100, and the default is 10.
startingAfter
The ID of the entity to start after. If not provided, the first page of entities will be returned.
Response
This endpoint returns an object.
count
Total number of entities 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 entities available for the given filters.
data