Skip to main content

Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (API Key)
Pre-built authorization UI
Custom authorization UI
End-user authorization guide
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Pre-built integrations

EndpointDescriptionReadme
PATCH /applicationUpdate an application’s source🔗
GET /applicationsGet a list of all applications from Gem ATS🔗
EndpointDescriptionReadme
POST /candidatesCreate a new candidate in Gem🔗
POST /candidate-upload-resumeUpload a resume for a candidate. Allowed formats are .pdf, .doc, or .docx. The file size must not exceed 2MB.🔗
POST /candidate-notesCreate a note for a candidate🔗
GET /candidatesGet all candidates from Gem ATS🔗
EndpointDescriptionReadme
GET /job-postsGet a list of all job posts from Gem ATS🔗
EndpointDescriptionReadme
GET /job-stagesGet a list of all job stages from Gem ATS🔗
EndpointDescriptionReadme
GET /jobsGet a list of all jobs from Gem ATS🔗
EndpointDescriptionReadme
GET /locationsGet a list of all locations from Gem ATS🔗
EndpointDescriptionReadme
GET /usersGet a list of all users from Gem🔗
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account✅ Not requiredTo request access, reach out to your Gem point of contact (Customer Success Manager or Account Executive).
Paid test account✅ Not requiredTo request access, reach out to your Gem point of contact (Customer Success Manager or Account Executive).
Partnership✅ Not required
App review✅ Not required
Security audit✅ Not required

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Gem uses API_KEY auth mode with x-api-key: API_KEY and x-application-secret: Application Secret in the request header to access different endpoints.
  • By default, each API key is subject to a rate limit of 20 requests per second, for more on this check Rate Limits section.
    Contribute API gotchas by editing this page

Going further

Connect to Gem

Guide to connect to Gem using Connect UI
I