PASAR API
Free sandbox with mock verification outcomes for integration testing; production use requires a verified Yoti Hub organisation and is billed per check. Requests are signed with an RSA key pair rather than a simple bearer token.
View docs ↗ More Auth & identity APIs# Yoti ~ identity verification, doc scan & age check API needs an API key ~ get yours at: # https://developers.yoti.com/identity-verification-api curl 'https://api.yoti.com/idverify/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a United Kingdom API into my app. API: Yoti ~ identity verification, doc scan & age check API Provider: Yoti Auth: requires an API key (sign up: https://developers.yoti.com/identity-verification-api) Pricing: freemium Base URL: https://api.yoti.com/idverify/v1 Important note: Free sandbox with mock verification outcomes for integration testing; production use requires a verified Yoti Hub organisation and is billed per check. Requests are signed with an RSA key pair rather than a simple bearer token. Source: Yoti (https://developers.yoti.com/identity-verification-api) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.