Account management and usage tracking
Your developer account tracks your usage, health, and activity for your subscriptions. Sign in and navigate to your profile to:
- Review your activity including the number of calls, response time, bandwidth, and errors for each subscription and operation you perform.
- Filter usage data by date, subscription, operation and see the location the call was performed.
- Understand your application's health by accessing status codes, cache, and response times.
Call authentication
Once you have access to our APIs, you can view your subscription keys within your developer account.
There are primary and secondary subscription keys available for each API. Both work at any given time and either can be used. However, we recommend using your primary key. The secondary keys can be used in rotation for security requirements to eliminate downtime. You can regenerate keys when needed within your developer portal account.
Be sure to always keep your keys safe and secured!
API authentication is performed via the HTTP header.
curl --request GET \
--url https://api.candid.org/premier/v3/13-1837418 \
--header 'Accept: application/json' \
--header 'Subscription-Key: {your subscription key}'