Integration information settings support real-time data integration with customer systems. You can build smooth integration with business systems through API key management, webhook settings, return URL configuration, dynamic field settings, etc.Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.

API Key
You can view and manage the API key for the project.
x-api-key header for all API requests.
Webhook Settings
The Webhook function supports real-time data integration with customer systems. When specific events occur, it sends HTTP POST requests to the endpoint (Endpoint URL) set by the customer, enabling real-time notifications and data processing without separate API calls.
Webhook URL Settings
Set the endpoint URL where the customer system will receive webhook data. HTTP POST requests are sent to the set URL when webhook events occur.- Webhook IP:
52.78.194.237
Notification User Management
By adding names and emails through notification user management, you can receive information about webhooks sent yesterday via email the next morning. Configuration Method:- Enter name and email address.
- Click the add button to register notification users.
- Registered users receive webhook information sent the previous day via email every morning.
Return URL
Users are redirected to the set URL when KYC is completed or when they are taken to an error page.
errorCode parameter is included so that your service can identify the reason for the block.
Return URL Example (normal completion):
Return URL Encryption
When the return URL encryption function is activated, return URL parameters are encrypted and delivered.
encrypted parameter.
Encrypted Return URL Example:
Encryption Guide
Skip Result Page
You can skip users viewing KYC results and redirect to your desired URL. When the skip result page function is activated, it skips the KYC result page and moves directly to the return URL. Usage Scenarios:- When customers want to provide their own result page
- When you want to flexibly provide results through dynamic field parameters in the return URL
kycStatus, submissionId in dynamic fields, KYC result information is included in the return URL. This allows customers to configure their own result pages.Dynamic Fields
Click the checkboxes in dynamic fields to select which items to pass as return URL query parameters. The selected values are automatically reflected in the Final Return URL preview at the bottom of the screen.| Field | Parameter key | Description |
|---|---|---|
| User ID | userid | User ID |
email | User email address | |
| Submission ID | submissionId | Submission ID |
| Custom Field #1·#2·#3 | cf1, cf2, cf3 | User-defined fields |
| KYC Status | kycStatus | KYC result status (approved, pending, rejected) |
| Error Code 2026-04 New | errorCode | Error code passed when the user reaches an error page (e.g., DE-20000, TK-10001) |
errorCode) parameterWhen you check Error Code in dynamic fields, users who land on an error page can return to your service via the return URL button, with the errorCode value included in the query string. This lets your service identify the reason for the block (e.g., Device Verification failure, token expiry). For the full error code mapping, see the Error Codes and Pages reference.Webhook Event Types
The main event types sent via webhook are as follows:| Event | Description |
|---|---|
| approved | Occurs when KYC authentication is approved |
| rejected | Occurs when KYC authentication is rejected |
| pending | Occurs when status changes to require manual review |
| retry | Occurs when retry happens |
| updated | Occurs when submission information is updated |
| delete | Occurs when submission is deleted |
| submit | Occurs when new submission is completed |
| token | When token-related events occur |
| injection | When data injection occurs |
| aml | When AML check results occur |
| aml-ongoing | When AML ongoing monitoring results occur |
Use Cases
Customer Onboarding Process Automation
Customer Onboarding Process Automation
Operations Team Real-time Monitoring and Response
Operations Team Real-time Monitoring and Response
Providing Custom Result Pages
Providing Custom Result Pages