Build With Wizard Application
Access our powerful API, request new features, and explore integration opportunities. We're building the future of business software together.
Powerful API for Developers
Build custom integrations and automate your workflows with our comprehensive REST API. Full documentation, code examples, and SDKs to get you started quickly.
GET /api/v1/contacts
// Headers
Authorization: Bearer your_api_key
Content-Type: application/json
// Response
{
"data": [
{
"id": "c_123",
"name": "John Doe",
"email": "john@example.com"
}
],
"meta": { "total": 150 }
}
Shape the Future of Wizard Application
Your ideas drive our roadmap. Submit feature requests and help us build the tools your business needs. Every suggestion is reviewed by our product team.
Submit a Feature Request
Tell us what you'd like to see in Wizard Application
Become an Integration Partner
Join our ecosystem and bring your solution to the teams choosing Wizard Application.
Developer Questions
Common questions about our API, integrations, and development resources.
The API supports OAuth 2.0 for secure authentication. You can generate API keys from your account dashboard and use bearer tokens for all API requests. We also support refresh tokens for long-lived sessions.
Rate limits vary by plan. Standard plans include 1,000 requests per minute, while higher tiers offer up to 10,000 requests per minute. Rate limit headers are included in all API responses so you can monitor usage.
All your data is accessible through RESTful endpoints. You can retrieve, create, update, and delete records for contacts, companies, projects, invoices, and more. Full documentation with code examples is available in our API docs.
The API accepts and returns JSON only. Other formats like CSV are not supported.
Yes, we provide a full sandbox environment that mirrors production. You can test all API endpoints with sample data without affecting your live account. Sandbox mode can be turned on and off from your developer settings inside Wizard Application.
All list endpoints support cursor-based pagination. Responses include pagination metadata with total counts, page size, and cursor tokens for navigating through large datasets efficiently.
We provide official SDKs for popular languages including JavaScript, Python, PHP, Ruby, and Go. Community-maintained libraries are also available for other languages. All SDKs are open source and available on GitHub.