Import a SIP phone number
Bring your own SIP trunk by importing an existing phone number with its SIP termination URL.
Atoms creates both inbound and outbound SIP trunks so your number works for making and receiving calls through the platform.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Request
This endpoint expects an object.
phoneNumber
Your existing phone number in E.164 format
sipTerminationUrl
The SIP URI where calls should be routed to your infrastructure
name
A friendly display name for this number
sipUsername
Username for SIP authentication (if your trunk requires it)
sipPassword
Password for SIP authentication (if your trunk requires it)
Response
Phone number imported successfully
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

