iMessage Admin

Create Admin Number

post/api/v1/imessage/admin/numbers

Request body

numberstring required

Phone number in E.164 format (e.g. '+15551234567').

status'active'
provider_line_idstring nullable
organization_idstring nullable

Example request

{
  "number": "+15551234567"
}

Response

Successful Response

idstring uuid required
numberstring required
type'triage' | 'shared_inbound' | 'dedicated_outbound' | 'dedicated_triage' required
status'active' | 'paused' | 'released' required
organization_idstring nullable
identity_idstring uuid nullable
agent_handlestring nullable
provider_line_idstring nullable
telnyx_didstring nullable
caller_id_verified_atstring date-time nullable
inbound_forwarding_confirmed_atstring date-time nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.