Skip to main content

Verify ownership of phone numbers

POST 
/phone_numbers/actions/verify_ownership

Verifies ownership of the provided phone numbers and returns a mapping of numbers to their IDs, plus a list of numbers not found in the account.

Request

Responses

200:

Phone number ownership verification completed.

400:

Bad request, the request was unacceptable, often due to missing a required parameter.

401:

Unauthorized

404:

The requested resource doesn't exist.

422:

Unprocessable entity. Check the 'detail' field in response for details.

500:

Unexpected error