AttestID Developer Documentation
Everything your company needs to integrate with the AttestID KYC platform: creating a company account, obtaining API credentials, authenticating requests, and wiring up the client SDK.
Contents
-
Creating a Company & Getting Your Keys Register a company and retrieve your
access_key_idandapi_key. -
Authentication & SDK Token Generation How to authenticate requests with
API-Key/Access-Key-Id, and how the short-livedsdk_tokenused by your client apps is issued. -
Webhooks Receive verification results as they happen, and verify delivery signatures.
-
Using the Flutter SDK Installing
attestid_sdk, configuring the client, and running a full KYC verification flow on Android, iOS, and Web. -
Flutter Demo App A complete working example, end to end.
-
Using the JavaScript/React SDK Installing
@attestid/sdk, configuring the client, and running a full KYC verification flow (drop-in component or custom UI). -
JavaScript/React Demo App A complete working example, end to end.
-
API Reference (Quick Index) Endpoint-by-endpoint summary of request/response shapes for the account and KYC APIs.
The api_key never leaves your backend. The SDK on the browser/mobile side only ever sees the 10-minute sdk_token.
Need help?
Contact support@brimsage.com for API keys, onboarding, or technical support.