Skip to main content

Search for objects

GET 

/search

Search for different object types using keywords. The search can also include an optional list of object types to search for using a 'type' parameter. If there are no results for a given type of entity, an empty array will be returned.

Search for clients or users called John, return the first 10 results

GET /api/search?query=john&type=%5BCLIENT,USER%5D&limit=10

Request

Responses

OK