API Key
Manage your API key for authenticating with Centrify services
Your API Key
Use this key to authenticate your API requests
Production API Key
pk_live_•••••••••••••••••••••••••••Only
Created
2023-10-15
Last Used
2 hours ago
Status
Active
Example Usage
curl -X POST https://api.centrify.com/v1/process \
-H "Authorization: Bearer pk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Your query here"}'
API Key Security
Best practices for keeping your API key secure
- Never share your API key in public repositories or client-side code.
- Use environment variables to store your API key in your applications.
- Regenerate your API key immediately if you suspect it has been compromised.
- Set up IP restrictions for additional security in the settings page.