latestOpenAPI 3.1.02026-07-26167644759.4 KB

ad1f8c51cf0a

Opportunities

List opportunities

Returns a list of opportunities. Uses cursor pagination.

get/opportunities

Query parameters

limitnumber
Example:25

Maximum number of opportunities to return per page. Must be between 1 and 50. Defaults to 25.

modifiedSincestring date-time
Example:2024-01-01T00:00:00.000Z

ISO 8601 datetime string to filter opportunities modified on or after this date. Useful for incremental syncing.

companyIdsstring[]

Filter opportunities by company IDs

cursorstring

Opaque cursor string for pagination. Use the cursor value from the previous response to fetch the next page. Omit for the first page.

Response

Successfully retrieved opportunities. Returns items array with pagination info containing cursor for the next page.

GetOpportunitiesResponseDto required— unresolved $ref