Reassigned Authority API
The Reassigned Authority API identifies if a mobile phone number has been reassigned after a given date. The API uses authoritative data provided directly from carriers.Endpoint
Authentication
Include your API key in theloginId HTTP header:
Parameters
Date Formats
Thedate parameter accepts multiple formats:
Single Number Request (GET)
Response
Multiple Number Request (POST)
For checking multiple numbers, use HTTP POST with a JSON array:Response
Response Fields
Understanding IsReassigned
IsReassigned = true
IsReassigned = true
The phone number was reassigned to a new person after the consent date you provided.Action: Do not call this number. Your consent is no longer valid.
IsReassigned = false
IsReassigned = false
The phone number has not been reassigned since the consent date.Action: Safe to call - your consent is still valid.
IsReassigned = null
IsReassigned = null
There is insufficient data to determine if the number was reassigned.Action: Proceed with caution. Consider additional verification.