Welcome to Renidly
Renidly is the identity layer modern B2B teams build on. Resolve, enrich, and verify any professional identity — people, organizations, and more — through one authenticated API.
These docs cover everything you need end-to-end: authentication, the response envelope every endpoint shares, identifiers, pagination, credits and rate limits, error handling, and the production checklist we recommend before going live. They stay deliberately general — the exact fields and parameters for each endpoint live in the interactive reference behind the dashboard.
Start here
Two products, one key
Renidly exposes two complementary surfaces. They authenticate with the same key, share the same response envelope, and bill from the same credit balance — so you can mix them freely in one integration.
Principles that hold everywhere
- One key, one header.
X-renidly-apikeyon every request. See Authentication. - One envelope. Same response shape on success and failure — branch on
success. See Response Envelope. - Stable, opaque identifiers. Records are keyed by permanent IDs (
prsn_,org_,inst_) — prefer them over handles and slugs, which can change. See identifiers. - Page-based and cursor-based pagination. List endpoints page one way or the other. See Pagination.
- You only pay for success. Failed and invalid calls never cost credits. See Rate Limits & Credits.
- Predictable errors. Stable categories and codes, clear retry rules. See Errors & Retries.