Skip to main content

API Documentation

Build custom workflows for your team with our open API. Looking for something specific? Reach out to us for support.

Andrew avatar
Written by Andrew
Updated over 2 months ago
  1. Navigate to API Keys
    While logged into your account navigate to settings -> API Keys

2. Create your API Key

Name and create your API Key

POST (Create project and send customer upload link)
​

POST https://app.qubesheets.com/api/external/projects   
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"customerName": "John Smith", "phone": "5551234567"}'
Did this answer your question?