Check Link Status
Check Instant Link Status is used to determine whether Instant Link was completed with or without carrier authentication, whether the link was clicked within the expiration time, and whether the input device was where the link was clicked. This API allows you to periodically check the status of the user's verification process.
The Check Instant Link should be called at regular intervals, such as every 10 seconds, within a 10-minute window after the Send Instant Link API has been called. After this 10-minute period, the SMS link will become invalid, and further attempts to poll will not yield any results.
It is important to note that the requestId and sessionId parameters are obtained from the response of the Send Instant Link API. Make sure to retrieve and use the correct values associated with the specific user verification session.
Remember to adhere to the recommended polling frequency and time window to maintain the verification process's efficiency and accuracy.
Need to pass the following information. "requestId" and "sessionId" are generated from Send Instant link API.
- requestId
- sessionId
Parameter | Data Type | Required | Description |
---|---|---|---|
requestId | string | Yes | Unique identifier associated with this request. Must be unique for each transaction. |
sessionId | string | Yes | Unique identifier associated with session of this request. Must be unique for each transaction. |
Parameter | Data Type | Description |
---|---|---|
TransactionId | string | Unique transaction identifier used to identify the results of the request. |
LineType | string | Line type associated with the phone number. Possible values are: Mobile, Landline, FixedVoIP, NonFixedVoIP. |
PhoneNumber | string | The phone number of the originating phone |
Carrier | string | The carrier related to the phone number. |
CountryCode | string | The country code associated with the phone number. |
LinkClicked | boolean | Boolean informing of whether the Instant Link was clicked before it expired (5-minute limit). |
PhoneMatch | string | Indicates if, after the link was clicked and Mobile Network Operator (MNO) carrier authentication successfully performed, the link was clicked on by the intended mobile device. Possible results:
|
IpAddressMatch | boolean | Boolean indicating if the IP address of the reqeust matches the IP address of the original link generation request |
Parameter | Description |
---|---|
error | This parameter contains the error. |
error.name | the name of the error |
error.message | the error message |
error.status | status of the api |
error.reason | Reason for error |
error.type | Type of the error |
error.statusCode | Request Status code from Signzy |
Getting help
Please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better.
You can reach out to us at [email protected]. We strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively.
We value your feedback and are committed to making your experience smooth and enjoyable. Our team is dedicated to assisting you with any needs you may have. Thank you for choosing our services. We look forward to helping you!
ο»Ώ