Skip to main content
Call the Dojah REST API from PHP with the konfig/dojah-php-sdk client. It wraps authentication and every endpoint group.
This is a server-side client using your secret key (passed as Authorization) — never ship it in client code. For verification UI in an app, use a Widget SDK.

Install

Terminal

Make a request

Initialize the client with your secret key and App ID, then call any endpoint group:
verify.php
Every endpoint in the API reference is exposed on the client, grouped by API (e.g. kyc, aML, kyb).