Introduction
kod.mobi allows any project to implement an authorization system through a verification code for a messenger, SMS or email
API endpoints
https://api.kod.mobi
Authentication
We use a pair of API keys to access the API. They can be obtained in your personal account.
API keys
- Public key
- Secret key (server side only)
kod.mobi expects for the API key to be included in all API requests to the server in a x-api-key header that looks like the following:
x-api-key: your-api-key1
Secret Key
In the /verify request, you must pass the Secret Key. This request must only be used on the server side
-
You must replace
your-api-keywith your API key. ↩