API Reference
Getting Started
1
Get an API key
Team admins can provision API keys from the Team Settings page.
2
Make your first request
Pass your API key in the X-API-Key header on every request. Here's a quick example using the CRM API:
curl -X GET \
-H "X-API-Key: <YOUR_API_KEY>" \
https://api.gem.com/v0/users
3
Explore the reference
Browse the full endpoint reference for each API above. Each endpoint includes request parameters, response schemas, and live examples you can run directly in the browser.
Need help?
Reach out to your Gem point of contact or email support@gem.com with any questions.