CallerAPI Documentation
  1. Fraud prevention
CallerAPI Documentation
  • Quickstart
  • Use cases
    • For carriers (MNOs/MVNOs)
    • CPaaS platforms
    • Cloud communications providers
    • SIP trunking providers
    • PBX/Cloud PBX
    • UCaaS vendors
  • Account
    • Balance and email
      GET
  • Spam protection
    • Daily spam reports
      • Webhook
        • Subscribe to daily reports
        • Unsubscribe from daily reports
        • List webhook subscriptions
        • Manual dispatch of reports
        • Test webhook
      • REST
        • Fetch daily spam reports
    • Spam score + HLR
      GET
  • Fraud prevention
    • Ported date
      GET
    • Porting history
      GET
    • Online presence
      GET
    • KYC user identity
      POST
  • Data partners
    • Partner tems & docs
    • Upload spam reports
      POST
    • Upload contacts
      POST
  • Schemas
    • Spam protection
      • Spam score request
      • Business info
      • Carrier info
      • Complaint (without number)
      • Daily spam reports request
      • Complaint (with phone)
  1. Fraud prevention

Ported date

GET
/api/ported/{phone}
INFO
This endpoint costs €0.008 per lookup
This endpoint allows you to see the last port date of a phone number

Request

Authorization
API Key
Add parameter in header
x-auth
Example:
x-auth: ********************
or
Path Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.callerapi.com/api/ported/18179208058' \
--header 'x-auth: <api-key>'
Response Response Example
200 - Ported status and date
{
    "ported": false,
    "ported_date": "2020-07-29",
    "ported_date_type": "exact",
    "status": 0,
    "status_message": "Success"
}
Modified at 2025-08-08 13:06:16
Previous
Spam score + HLR
Next
Porting history
Built with