cURL
Phone Numbers
Assign phone number
Assign a phone number to the authenticated app
POST
cURL
Authorizations
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Body
application/json
Response
Phone number added successfully
Unique identifier for a Phone Number. Format: ph_[test_]{ksuid}
Pattern:
^ph_(?:test_)?[a-zA-Z0-9]{27}$Example:
"ph_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
Unique identifier for a App. Format: app_[test_]{ksuid}
Pattern:
^app_(?:test_)?[a-zA-Z0-9]{27}$Example:
"app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"