Application
The Application page is where you manage essential keys and settings for interacting with our Public API and Webhooks. Here’s a detailed breakdown of what you can do on this page:
Last updated
The Application page is where you manage essential keys and settings for interacting with our Public API and Webhooks. Here’s a detailed breakdown of what you can do on this page:
Last updated
© 2024 Allpass.ai by elKYC OU. All rights reserved
You can create new and manage existing applications. This step-by-step video tutorial will guide you through the entire process of the application creation:
As soon as your application is created you can open it anytime and get the details required for further integration:
Crypto Key
Purpose: The Crypto Key is used for encrypting and decrypting data exchanged between your application and our services.
Usage: Retrieve this key to secure your data transmissions as described in the Encryption section.
Private App Key
Purpose: The Private App Key is necessary for authenticating and interacting with the Public API.
Usage: Use this key in your API requests to ensure secure and authorized access to our services
Webhook Endpoint
Purpose: Specify a Webhook Endpoint where we can send event notifications related to your applicants.
Usage: Provide a URL that can handle incoming POST requests from our system. These notifications will keep you updated on various events and statuses of your applicants.
Redirect URL
Purpose: Set a Redirect URL where we will redirect users after they complete the applicant flow.
Usage: This URL should point to a location in your application where users can continue their process or receive further instructions after completing the applicant flow.
Configure Webhook URL:
In the "Webhook settings" section, find the "Webhook URL" field.
Enter the URL where you want to receive applicants progress events (e.g., https://myApp.com.ua/cb
).
Optionally, you can add custom headers by clicking on "Add response headers" and entering the header key and value.
Set Redirect URL:
In the "Application details" section, locate the "Redirect URL" field.
Input the URL where you want applicants to be redirected after verification (e.g., https://www.google.com.ua/?hl=ru
).
Save Changes:
Click "Save changes" to apply the changes to your application.
Application Name: Enter a name for your application (e.g., "Demo").
Description: Provide a brief description of the application (e.g., "Demo application").
Webhook URL: Specify the webhook URL (e.g., https://myApp.com.ua/cb
).
Custom Headers: Add any custom headers if needed (e.g., custom-header: value
).
Redirect URL: Set the redirect URL (e.g., https://www.google.com.ua/?hl=ru
).