V2 API (Beta)
Introduction
Integrate the V2 API from any language
The Prelude v2 API is a REST API and uses standard HTTP features and statuses.
The current URL is https://api.prelude.dev/v2
.
The v2 APIs are currently in beta. Contact us to get credentials.
Authentication
To perform requests on the API, you need to provide a v2 API token in the Authorization
header.
Example request
Errors
The Prelude API returns errors using a JSON object in the response body with a
machine-readable code
and a human-readable message
and a param
field.
See Errors for more details.
Verify API
Verify a phone number using OTP messages.
Transactional
Send transactional messages to your users.
Watch
Identify trustworthy phone numbers to mitigate fake trafic or trafic involved in fraud and international revenue share fraud (IRSF).
Was this page helpful?