Correlation ID for request tracing
Retrieve scam signal for a device
Retrieves scam-related network signals for the specified phone number.
post
https://api.pxg.konera.com/camara/scam-signal/v0.3/signal
Headers
x-correlation-idstring
Body
application/json
Body
application/json
ScamSignalRequest
phoneNumberstringrequired
MSISDN in E.164 format
Example:+919036499174
contextobject | null
Optional transaction or business context
* Additional properties are allowed.
Response
application/json
Response
application/json
Scam signal retrieved successfully
ScamSignalResponse
isInVoiceCallboolean | null
Indicates whether the device is currently engaged in a voice call (if supported by the operator)
Example:false
assessedAtstring(date-time)required
Time at which the signal was assessed
Example:2026-02-05T09:30:00Z
signalsobject | null
Additional operator-specific signals
* Additional properties are allowed.
post/scam-signal/v0.3/signal
Authentication
Headers
Body
{
"phoneNumber": "+919036499174",
"context": {
"transactionId": "tx-12345"
}
}
application/json
ScamSignalRequest
objectphoneNumberstringrequired
MSISDN in E.164 format
Example:+919036499174
contextobject
Optional transaction or business context
* Additional properties are allowed.
Example
ScamSignalResponse
objectisInVoiceCallboolean
Indicates whether the device is currently engaged in a voice call (if supported by the operator)
assessedAtstring(date-time)required
Time at which the signal was assessed
Example:2026-02-05T09:30:00Z
signalsobject
Additional operator-specific signals
* Additional properties are allowed.
Example
Error
objectstatusintegerrequired
Example:400
codestringrequired
Example:INVALID_ARGUMENT
messagestringrequired
Example:Invalid request
Example