Last updated

Camara Open APIs Documentation

Welcome to the Camara Open APIs! This documentation provides an overview of the available APIs, including number-verification and sim-swap, to help you integrate our services seamlessly. Each API includes detailed endpoint descriptions, request parameters, response formats, and usage examples.


Table of Contents


Overview

The Camara Open APIs provide developers with powerful tools to build applications that leverage secure number verification and SIM swap detection capabilities. These APIs are designed to ensure accurate verification processes and safeguard against SIM-based fraud.


APIs

Number Verification API

The Number Verification API allows applications to confirm the ownership of a phone number by verifying it through secure processes. This API is ideal for applications that require a reliable means of user authentication and fraud prevention.

  • Endpoint: /api/v1/number-verification
  • Methods: POST
  • Use Cases:
    • Verifying phone numbers during user sign-up
    • Two-factor authentication (2FA) implementations
    • Enhancing account security

Sample Request

POST /api/v1/number-verification
Content-Type: application/json

{
  "phoneNumber": "+1234567890",
  "countryCode": "US"
}