Skip to main content
GET
/
api
/
tools
/
v1
/
opportunities
/
saved_searches
/
{id}
Show an opportunity saved search
curl --request GET \
  --url https://app.govly.com/api/tools/v1/opportunities/saved_searches/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "active": true,
    "criteria": {},
    "matchCount": 123,
    "lastMatchedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Opportunity saved search

data
object
required