cURL
curl --request GET \ --url https://app.prontohq.com/api/v2/searches \ --header 'X-API-KEY: <api-key>'
{ "searches": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Returns all searches from the system that the user has access to.
Your API key
A JSON array of search objects
The response is of type object.
object