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"}'

