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 

Requests as a specific SumoQuote user

Most of the SumoQuote API endpoints make most sense in the context of a SumoQuote user. All endpoints will accept the header 'sq-user'. Passing the email address of the SumoQuote user as the value of this header will tell the API that the request should be done in the context of that user.

You can get a list of SumoQuote users by hitting the User endpoint