- Does the Verify SDK support callback or webhooks?
Context: Customers would like to notify their server when a verify SDK request has a status.
Answer:
Currently the Verify SDK does not support webhooks or callback URLs to notify a server when a user's device has been verified.
You can issue a search using the a API search request, but there are several required parameters in order to do that and you need to issue a Get token API request before the search.
token Required. The generated authorization token.
- source_ip_address Required. (This adds cross referencing between verify requests)
- timestamp The timestamp used to sign the request. Represents the current time in seconds since Jan 1st 1970.
- app_id Required.
- device_id Required.
- number Required.
- country
- sig Required. The signature used to sign the request.
We are considering adding this feature in the future, but there is currently no ETA.
There is also a PDF that Sri had with more details on using the search function.
You can ask Sri if you have any other specific questions.
Articles in this section
- [Internal] How am I charged for the SDK Push subscription service?
- [Internal] Who owns what when Verify SDK code is modified?
- [Internal] What are the limitations of Verify SDK scope?
- [Internal] How do I know if my push request via SDK was successful?
- [Internal] How do I obtain the international form of a number from the Verify SDK?
- [Internal] What is result code 56?
- [Internal] Does the Verify SDK support callback or webhooks?