For AI agents: visit https://quotecloud.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
QuoteCloud
API Reference
v1.0

Log InQuoteCloud
API Reference
Log In
v1.0API Reference

Getting Started

  • Introduction
  • Authentication
  • Errors
  • Paginations

API Recipes

  • Create Blank Document
  • Create a Document from a Template
  • Auto-send your created Document
  • Send an existing Document

Core Resources

  • Documents
    • Document Statistics
    • Account Documents
    • Document Status Changed
    • Update Document Status
    • Create New Document
    • Update Existing Document
    • Handover Document
    • Copy Last Version of Document
    • Revise Version of Document
    • Save Version of Document as Template
    • Send Document
    • Delete Document
  • Document Templates
  • Cover Pages
  • Products
    • Product List
    • Create Product
  • Contacts
    • Contacts List
  • Users
    • User List
    • Create User in Team
  • Service Extention
    • Plans
    • Devices
    • Phone Systems
  • Email Campaign Extension
    • Campaigns
    • Contacts

Travel resources

  • Connecting to the Itinerary Sync API
  • QuoteCloud Travel Model
Powered by 
  1. Core Resources

Contacts

Get an client contact from your account by there email address

query contactByEmail {
	contact(email:"[email protected]") {
    id
    email
    firstName
    lastName
    phone
    address
    company
    accountNumber
	}
}

Updated over 4 years ago


Updated over 4 years ago