verified, the telco receives 1 credit. The business already paid 2 credits on announce.verified: the registered owner announced this call. Show the name, the mark, and the logo.spoofed: the owner requires proof for every call from this number and none exists, or the number cannot place a call. Recommended action is drop.unverified: the number is registered, the owner has not turned on enforcement, and this call carries no proof. Show the name only.unregistered: nobody registered the number. Let the call through with no branding.curl --location 'https://api.callerapi.com/api/bcid/v1/verify' \
--header 'x-auth: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"from": "+18883578668",
"to": "+14155550123"
}'{
"status": "success",
"data": {
"from": "string",
"verdict": "verified",
"action": "allow",
"reason": "string",
"identity": {
"verified": true,
"name": "string",
"logo_id": "string",
"logo_url": "string"
},
"checked_at": "2019-08-24T14:15:22.123Z",
"rewarded_credits": 0
}
}