Kindsight Integrations API teaching reference · v20240515 · unofficial
Every endpoint, parameter and response here is extracted programmatically from the Postman collection — nothing is retyped. Quotes are verbatim; values are labelled Tier A · source-verbatim or Tier B · authored illustration. How this was built →

← All endpoints

GET /integrations/20240515/credits

Get Available Credits

Tier A · source-verbatim

Returns the remaining screening credit balance for your organization.

Headers

HeaderValue
Acceptapplication/json

Plus Authorization: Bearer <token> — required but absent from the collection's requests; see finding G1.

Saved responses Tier A · source-verbatim

Exactly as saved in the collection, including any incoherent sample values. Click to switch.

Try it

Simulated mode replays the saved examples above — no network, no credentials, works forever.

Call it yourself

For the real API, run this from your own environment with your own token — this site never handles credentials.

curl -X GET \
  'https://api.app.iwave.com/integrations/20240515/credits' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
  -H 'Accept: application/json'