For developers integrating Verification functionality into their app, Sinch SDKs provide a convenient alternative to the Verification REST API.
Sinch SDKs offer a consistent standardized framework for functionality to address problems like pagination, error code response and language familiarity regardless of the underlying API setup. For example, two common approaches to pagination are page-based and token. Depending on the API, there are pros and cons to each approach. However, in our SDKs, we provide a single iterator object you can use to parse through your results.
Our client is centralized around a single authentication model, ensuring support for all actively supported language versions, and reducing reliance on third-party libraries.
The Verification SDK allows you to quickly start interacting with the Sinch Verification API using your favorite programming languages. Currently we support the following languages:
For more information about our SDKs visit the Sinch SDK Overview page.