Skip to main content
PUT
Suspend Line

Authorizations

x-api-key
string
header
required

API Key

Body

application/json
id
string<uuid>

The ID of the line. Either the ID or the username is required to run this request.

username
string

The username of the line.

Response

Ok: Line suspended

id
string
required
hostname
string | null
required
username
string
required
password
string
required
label
string
required
enabled
boolean
required
connections
number
required
is_trial
boolean
required
exp_date
string<date-time> | null
required

Date of expiration of the line.

Example:

"2026-05-15T15:13:02.991Z"

start_date
string<date-time> | null
required

Starting date of the line (Creation date or Extension date if the line has been extended).

Example:

"2026-05-15T15:13:02.992Z"

created_at
string<date-time> | null
required

Initial creation date of the line.

Example:

"2026-05-15T15:13:02.992Z"

macaddress
string | null
required
parental_code
string | null
required
Last modified on May 22, 2026