GET
/
searches
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"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Your API key

Response

200 - application/json
A JSON array of search objects
searches
object[]