Skip to main content

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 the loginId HTTP header:

Parameters

Date Formats

The date 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

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.
The phone number has not been reassigned since the consent date.Action: Safe to call - your consent is still valid.
There is insufficient data to determine if the number was reassigned.Action: Proceed with caution. Consider additional verification.

Rate Limits

C# Class Definitions