Silverglass API Documentation
Build powerful integrations with the Silverglass recruiting CRM API. Access candidates, firms, opportunities, and more.
Features
RESTful API
Standard HTTP methods and JSON responses
Scoped API Keys
Fine-grained access control for integrations
Real-time Data
Access candidates, firms, and opportunities
Secure
Industry-standard authentication and encryption
Quick Start
- Create an API Key - Go to Settings → API Keys to generate a key with the scopes you need.
- Make your first request - Use your API key to authenticate:
curl -X GET "https://silverglass.example.com/api/candidates" \ -H "Authorization: Bearer YOUR_API_KEY"
API Resources
Candidates
Manage candidate profiles, skills, and placements
GET /candidatesPOST /candidatesPATCH /candidates/:id+1 more
Firms
Manage client firms and their hiring needs
GET /firmsPOST /firmsPATCH /firms/:id+1 more
Opportunities
Track job opportunities and candidate matches
GET /opportunitiesPOST /opportunitiesPATCH /opportunities/:id
Search
Search across all resources
GET /search
Authentication
All API requests require authentication using an API key. You can create and manage API keys from your API Keys settings page.
Include your API key in requests using one of these methods:
Authorization Header (Recommended)
Authorization: Bearer YOUR_API_KEY
X-API-Key Header
X-API-Key: YOUR_API_KEY
Base URL
https://silverglass.example.com/api