Opportunities API
POST/api/v1/opportunities/suggestions/{id}/snooze
Product availabilityAlgaPSA

Snooze opportunity suggestion

Hides the suggestion until the requested future timestamp.

RBAC · opportunities

Path parameters

idstring <uuid>Required
Suggestion UUID from opportunity_suggestions.suggestion_id.

Request body

Content type: application/json · schema SnoozeOpportunitySuggestionBodyV1

snoozed_untilstring <date-time>Required

Response body

Success response 200 · schema OpportunityApiSuccessV1

dataobjectRequired
metaobject

Response codes

200
Operation succeeded.
400
Validation or request parsing failure.
401
API key missing or invalid.
403
RBAC denied for the opportunities resource action.
404
Opportunity or nested resource not found.
409
Opportunity state conflicts with the requested operation.
500
Unexpected controller or service failure.