What Does This API Do?
- Generates a URL for Candidate Input: This API creates a link that candidates can use to fill in their address details and upload supporting documents (like proof of address). This step is part of a larger verification workflow.
- Secures the Submission: The generated URL includes a unique token, ensuring that the candidate’s data is securely tied to the verification process. This prevents unauthorized access and ensures that only the correct information is provided.
- Next Stage Verification: After the candidate submits their address and documents, the next step involves verifying the submitted information in the background. This API only handles the collection of data, and the actual verification will happen at a later stage.
-
Credits Management: Each time a URL is generated, credits are consumed from your account. You can monitor the credits used and the remaining balance using the
credits_usedandcredits_remainingfields in the response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully generated token URL
Overall status of the API
Available options:
success, error HTTP status code
Description of the response or error
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

