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

  1. Create an API Key - Go to Settings → API Keys to generate a key with the scopes you need.
  2. 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

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