Number Verification V1

Number Verification API

1.0.0OAS 3.0

CAMARA Number Verification API. Confirms whether the phone number provided by the service provider matches the phone number of the device/SIM on the mobile network.

API Base URL
  • Server 1:https://api.pxg.konera.com/camara

    Production CAMARA API Gateway

Security
OAuth2ClientCredentials (oauth2)

Client Credentials OAuth Flow

Token URL: https://auth.konera.com/oauth2/token

Scopes:

  • number-verification.read - Verify device phone number match

Number Verification V1

Phone number ownership verification APIs (v1)

authorize (Authorization Code)

OAuth 2.0 / OpenID Connect authorization endpoint for Number Verification v1. Returns 302 Found redirecting the user-agent to the Operator Authorization Server.

get
https://api.pxg.konera.com/camara/api/auth/v1/authorize

Query Parameters

response_typestringrequired

Example:code

scopestringrequired

Example:openid dpv:FraudPreventionAndDetection number-verification:verify offline_access

client_idstringrequired
login_hintstring

Login hint, e.g., tel:+34666666666 (URL-encoded when used).

statestring
redirect_uristring(uri)required
promptstring

Example:none

konera_contextstring

Optional Konera context, typically containing ipv4/ipv6 hints (URL-encoded), e.g. ipv4:142.115.147.143,ipv6:2001:4860:7:f04::fe

Response

Redirect to Operator Authorization Server.

get/api/auth/v1/authorize