Jump to Content
SumoQuote Tutorials & Support
GuidesAPI Reference
Log InSumoQuote Tutorials & Support
API Reference
Log In
GuidesAPI Reference

AUTHENTICATION

  • OAuth 2.0
  • API Key

THE BASICS

  • An Authenticated Query of the SumoQuote API
  • Requests as a specific SumoQuote user
  • ContinuationToken (Paging)

SumoQuote.PublicAPI

  • Project
    • List Projectsget
    • Create Projectpost
    • List All Projectsget
    • Retrieve Projectget
    • Update Projectput
    • Delete Projectdel
  • Report
    • List Reportsget
    • Retrieve Reportget
    • Download PDF Reportget
  • User
    • List SumoQuote Usersget
    • Adds a new SumoQuote user to the SumoQuote account.post
  • WebHook
    • Webhook Batch Createpost
    • Webhook Batch Deletedel

SumoQuote.PublicAPI v2

  • Project
    • Search in projectsget
    • Create projectpost
    • Get user projectsget
    • Get projectget
    • Update projectput
    • Delete projectdel
  • Report
    • Get project reportsget
    • Get reportget
    • Get report signature detailsget
    • Download report PDFget
  • User
    • Get SumoQuote usersget
    • Get user profileget
  • WebHook
    • Create webhook batchpost
    • Delete webhook batchdel
Powered by 

ContinuationToken (Paging)

Some API calls will return a continuationToken in the API response. A continuation token indicates that there are more results available. Calling the endpoint again with the same parameters and including the continuationToken will retrieve the next page of results.

The continuationToken should be added as a header:

X-SQ-Continuation: continuationToken