curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"title": "<string>",
"uniqueKey": "<string>",
"externalIdentifier": "<string>",
"url": "<string>",
"apiUrl": "<string>",
"externalUrl": "<string>",
"postedAt": "<string>",
"modifiedAt": "<string>",
"respondBy": "<string>",
"lastSummarizedAt": "<string>",
"recordType": "<string>",
"jurisdiction": "<string>",
"isoCode": "<string>",
"contractVehicle": "<string>",
"aiTitle": "<string>",
"aiSummary": "<string>",
"aiEstimatedValueMin": 123,
"aiEstimatedValueMax": 123,
"aiPeriodOfPerformance": "<string>",
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"description": "<string>",
"latestModificationReason": "<string>",
"productCategoryTags": [
"<string>"
],
"majorEndItem": "<string>",
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhoneNumber": "<string>",
"address": "<string>",
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
]
},
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>"
}
],
"sources": [
{
"id": "<string>",
"noticeType": "<string>",
"recordType": "<string>",
"digest": "<string>",
"externalUrl": "<string>",
"createdAt": "<string>",
"postedAt": "<string>",
"noBidAt": "<string>",
"hasJustification": true,
"hasEvent": true,
"modificationReason": "<string>",
"attachmentChecksums": [
"<string>"
],
"rawEmail": "<string>",
"providerContext": {},
"dataSourceContext": {
"emailMessageChecksum": "<string>",
"rawNoticeType": "<string>",
"rawSetAside": "<string>"
}
}
],
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}Retrieve opportunities that match your saved searches
curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"title": "<string>",
"uniqueKey": "<string>",
"externalIdentifier": "<string>",
"url": "<string>",
"apiUrl": "<string>",
"externalUrl": "<string>",
"postedAt": "<string>",
"modifiedAt": "<string>",
"respondBy": "<string>",
"lastSummarizedAt": "<string>",
"recordType": "<string>",
"jurisdiction": "<string>",
"isoCode": "<string>",
"contractVehicle": "<string>",
"aiTitle": "<string>",
"aiSummary": "<string>",
"aiEstimatedValueMin": 123,
"aiEstimatedValueMax": 123,
"aiPeriodOfPerformance": "<string>",
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"description": "<string>",
"latestModificationReason": "<string>",
"productCategoryTags": [
"<string>"
],
"majorEndItem": "<string>",
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhoneNumber": "<string>",
"address": "<string>",
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
]
},
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>"
}
],
"sources": [
{
"id": "<string>",
"noticeType": "<string>",
"recordType": "<string>",
"digest": "<string>",
"externalUrl": "<string>",
"createdAt": "<string>",
"postedAt": "<string>",
"noBidAt": "<string>",
"hasJustification": true,
"hasEvent": true,
"modificationReason": "<string>",
"attachmentChecksums": [
"<string>"
],
"rawEmail": "<string>",
"providerContext": {},
"dataSourceContext": {
"emailMessageChecksum": "<string>",
"rawNoticeType": "<string>",
"rawSetAside": "<string>"
}
}
],
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}next_cursor value from the meta object in the response to get the next page.Show Opportunity properties
Show Properties
Show Properties
Show Match properties
Show Meta properties