GalaDesk API Documentation
Build powerful integrations with the GalaDesk platform. RESTful API with comprehensive documentation and SDKs.
Quick Start Guide
Get up and running with the GalaDesk API in minutes
Get API Keys
Sign up for a GalaDesk account and generate your API keys from the dashboard.
Make Your First Request
Use your API keys to authenticate and make your first API call.
Build Your Integration
Explore endpoints, webhooks, and build your custom integration.
API Capabilities
RESTful Architecture
Clean, predictable endpoints following REST best practices with JSON responses.
Secure Authentication
OAuth 2.0 and API key authentication with role-based access control.
Real-time Webhooks
Subscribe to events and receive instant notifications for job updates, assignments, and more.
Comprehensive SDKs
Official SDKs for JavaScript, Python, and Ruby with full TypeScript support.
API Reference
/api/v1/jobsList all jobs for your organization
Parameters:
pagelimitstatus/api/v1/jobsCreate a new job
Parameters:
titlevenue_iddatetime_starttime_end/api/v1/teamList all team members in your organization
Parameters:
rolestatus/api/v1/assignmentsAssign an employee to a job
Parameters:
job_idemployee_idroleThis is a preview of our API documentation. Full documentation coming soon.
Request API AccessGetting Started
Authentication
All API requests require authentication using API keys. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYExample Request
Here’s a simple example to get all jobs:
curl -X GET "https://api.galadesk.com/v1/jobs" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Rate Limits
API requests are rate limited to 1000 requests per hour per organization. Rate limit information is included in response headers.
Official SDKs
Coming soon - Official libraries for your favorite languages
JavaScript / TypeScript
Full TypeScript support with type definitions
Python
Pythonic API with async support
Ruby
Idiomatic Ruby gem with Rails integration
Developer Resources
Additional resources to help you integrate with GalaDesk
Ready to Build with GalaDesk?
Start integrating today and unlock the full power of the GalaDesk platform.
Get API Access