PhoneNumbers

URL | Verbs | Fields | Error Codes

Use this API to work with phone numbers. You can only list the phone numbers that have already been added to an account. You cannot create, update or delete phone numbers with the API at this time.

URL Scheme

https://app.mojotxt.com/api/v1/phoneNumbers/{verb}

Available Verbs

Verb Description
list List all phone numbers associated with this account.

Phone Number Object Fields

Field Type (Limit) Required Notes
PhoneNumberID Integer N/A Read-Only - A unique identifier for this phone number.
PhoneNumber String (16) Yes Read-Only (After Creation) - The phone number in international format (Ex. +12223334444).
PhoneNumberName String (16) Yes The user-selected friendly name for the phone number.

Error Codes

Error Code Endpoint Description Notes
1000-1099 API Core (Multiple) See API Error Codes