One endpoint pattern for every verification service. Generated directly from our live service registry, so this page is never out of date.
Every request carries two headers. You will find both in your dashboard under Credentials.
| Header | Value |
|---|---|
| X-Partner-Id | Your partner ID |
| X-Secret-Key | Your API key |
| Content-Type | application/json |
Keys are shown once when generated. Rotate them from the dashboard if one is ever exposed.
Sandbox returns a fixed sample response, never calls a live source, and is never charged. Use it to build against before going live.
POST https://api.iscoreit.com/api/v1/uat/{service} sandbox
POST https://api.iscoreit.com/api/v1/live/{service} live
Every service, both environments, ready to run. Set
partner_id and api_key
in the collection variables after importing.
Loading…