Prerequisites
Before you begin using the Quo API, ensure you have:An active Quo subscription
Need an account? Follow our account creation
guide.
Admin access
Owner or admin privileges in your Quo workspace.
US Messaging Registration Required: To send text messages to US numbers
via the API, you must complete US Carrier Registration. Learn more
here.
API key generation
The Quo API uses API keys for secure authentication. Follow these steps to get started:1
Log in to Quo
Access your Quo account.
2
Access API Settings
Navigate to the āAPIā tab under workspace settings. Remember, you need
workspace owner or admin privileges to access this tab.
3
Generate your key
Click āGenerate API keyā and provide a descriptive label. Each key provides
full API access.
Label your keys based on their intended use (e.g., āProduction
Environmentā or āTesting Integrationā)
4
Implement authentication
Include your API key in the Authorization header of each request:
Authorization: YOUR_API_KEY
The Quo API does not use a Bearer token for authentication.
Security guidelines
Your API key carries the same privileges as your Quo account. Treat it
with the same level of security as your password.
Best practices
- Keep your API keys confidential
- Donāt share your API keys in publicly accessible areas such as GitHub or client-side code
- Regularly rotate your API keys to enhance security
- If a key is compromised, revoke it immediately and generate a new one
Revoking access
If a key is compromised or no longer needed:- Navigate to the āAPIā tab in Workspace Settings
- Locate the specific key
- Click the ellipsis (three dots) icon and select ādeleteā to immediately revoke access
- Generate a new key if needed
Deleting an API key only affects the integrations using that specific key.
Other keys and integrations will continue to function normally.