Build powerful integrations with our RESTful API. Access claims data, manage documents, and automate your insurance workflows.
Sign in to your PRĀZYL dashboard and navigate to Settings → API to generate your API credentials.
Use your API key to authenticate and make your first API request to list claims.
Browse our comprehensive API reference to discover all available endpoints and features.
https://api.prazyl.com/v1
All API requests require authentication using a Bearer token in the Authorization header:
Authorization: Bearer your_api_token
/api/v1/auth/token
Generate access token
curl -X POST https://api.prazyl.com/v1/auth/token \
-H "Content-Type: application/json" \
-d '{"client_id": "your_client_id", "client_secret": "your_secret"}'
/api/v1/auth/refresh
Refresh access token
curl -X POST https://api.prazyl.com/v1/auth/refresh \
-H "Authorization: Bearer your_refresh_token"
Available
Available
Coming Soon
Coming Soon
Coming Soon
Coming Soon
1,000
requests/hour
10,000
requests/hour
Unlimited
Custom limits
Our developer support team is here to help you build amazing integrations