Get KYC Rules
This API endpoint allows clients to retrieve the rules associated with a specific KYC workflow based on the document type.
This API endpoint allows clients to retrieve the rules associated with a specific KYC workflow based on the document type. The KYC rules provide clients with the necessary information on the mandatory fields and additional requirements for the KYC process.
Request Header:
Authorization
: Bearer [token] (required): The authentication token for accessing the API.
Response: Upon a successful request, the API will return a response containing the KYC rules associated with the specified document type.
Base URL
KYC Rules End Point API
GET
https://sdk.faceki.com/kycrules/api/kycrules
Headers
Name | Type | Description |
---|---|---|
Content-Type:* | String | application/json |
Authorization:* | String | Bearer [token] |
Method: GET
Authorization: Bearer Token
By utilizing the "Get KYC Rules" API, clients can retrieve the specific rules and requirements associated with different KYC workflows, allowing them to tailor their user interfaces and data collection processes accordingly. This enhances the overall user experience and ensures compliance with KYC regulations.
Last updated