Programmatically verify ICONIC Board practitioner credentials. Built for HR platforms,
insurance carriers, credentialing services, and employer applicant tracking systems.
RESTful JSON API with straightforward authentication.
Overview
The ICONIC Board Verification API provides real-time access to practitioner credential records.
Query by credential number and receive live status, tier details, expiration dates, and
endorsements in a single response.
Base URL:https://iconicboard.health All requests are served over HTTPS. HTTP requests are not supported.
Who Should Use This API?
HR Departments & Employers — Automate background checks for holistic health hires
Insurance Carriers — Verify credentials before processing claims or issuing policies
Staffing Agencies — Confirm practitioner standing during placement
Credentialing Services — Integrate ICONIC Board status into your existing verification workflow
ATS Providers — Add live credential verification to applicant profiles
Looking for a no-code option? The Employer Verification Portal
provides the same data in a web interface — including printable PDF verification letters.
No API key or technical setup required.
Authentication
All API requests require an API key. Pass your key in the X-API-Key request header.
API keys are issued upon approval of your registration request.
HTTP Header
X-API-Key: ibc_your_api_key_here
Keep your API key secret. Do not expose it in client-side code, public repositories,
or logs. If your key is compromised, contact
credentials@iconicboard.health
for immediate revocation and reissuance.
Alternatively, you may pass the key as a query parameter (not recommended for production):
Query Parameter (not recommended)
GET /api/verify/{credentialId}?api_key=ibc_your_key
Rate Limits
API keys are rate-limited on a rolling 24-hour basis. Limits reset at midnight UTC.
Standard
100 requests / day
Default for all approved API keys. Sufficient for most HR verification workflows.
High-Volume
Custom
For insurance carriers, staffing platforms, or credentialing services with higher volume needs. Contact us to discuss.
When your rate limit is exceeded, the API returns a 429 Too Many Requests response.
The X-RateLimit-Reset header indicates when your quota resets (UTC epoch seconds).
429 Response Headers
HTTP/1.1 429 Too Many Requests
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 0
Content-Type: application/json
{
"success": false,
"error": "rate_limit_exceeded",
"message": "Daily request limit of 100 exceeded. Resets at midnight UTC."
}
Error Codes
Status
error field
Meaning
401
api_key_required
No API key provided
403
invalid_api_key
Key not found, inactive, or pending approval
404
not_found
Credential number not found in registry
429
rate_limit_exceeded
Daily request quota exceeded
500
server_error
Internal error — retry with exponential backoff
Endpoints
GET/api/verify/{credentialId}
Verify a practitioner's credential by credential number (e.g., IBC-HHA-2026-001).
Returns live status, tier details, expiration, and endorsements.
Requires a valid, approved API key.
Returns metadata for the authenticated API key — rate limit, usage today, approval status, and last-used timestamp. Useful for building dashboards or monitoring usage.
Submit a request for API access. Keys are reviewed and approved manually within 1–2 business days.
No authentication required. You will receive an email once your key is ready.
Request Body (JSON)
Field
Type
Required
Description
organization_name
string
Required
Legal name of your organization
contact_email
string
Required
Email address where your API key will be delivered
use_case
string
Optional
Brief description of how you will use the API. Helps with faster approval.
Response Schema
Practitioner Object
namestringPractitioner's display name as registered with ICONIC Board
API access is available to qualified organizations — employers, staffing agencies, insurance carriers,
and credentialing services. Keys are reviewed and issued within 1–2 business days.
✓ Your request has been submitted. You'll receive an email at the address provided once your API key is approved — typically within 1–2 business days.
Prefer no-code verification? Use the
Employer Verification Portal
— search credentials and download PDF verification letters instantly, no API key required.
ICONIC Board credentials are professional and educational credentials. They do not constitute a government license, confer legal scope of practice, or qualify holders to diagnose, treat, or cure any medical condition. ICONIC Board and Iconic University are affiliated institutions; the Board maintains its own examination, ethics, and conduct standards.