Port-in settings

Porting default settings

Create Configuration

Create default Configuration for a given project

SecuritybasicAuth or bearerAuth
Request
Request Body schema: application/json
required

Create Communication Configuration for a given project

object
email
string
name
string
phone
string
webhookUrl
string
defaultPortTime
string

The default time for porting in numbers. If you don't specify a time in the order this time will be used.

defaultPortTimeZone
string

The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.

Enum Value Description
US/Eastern

US Eastern Timezone

US/Centra

US Central Timezone

US/Mountain

US Mountain Timezone

US/Pacific

US Pacific Timezone

Responses
200

Successful operation

Response Schema: application/json
object
email
string
name
string
phone
string
webhookUrl
string
defaultPortTime
string

The default time for porting in numbers. If you don't specify a time in the order this time will be used.

defaultPortTimeZone
string

The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.

Enum Value Description
US/Eastern

US Eastern Timezone

US/Centra

US Central Timezone

US/Mountain

US Mountain Timezone

US/Pacific

US Pacific Timezone

post/configuration
Request samples
application/json
{ }
Response samples
application/json
{
  • "contact": {
    • "email": "string",
    • "name": "string",
    • "phone": "string"
    },
  • "webhookUrl": "string",
  • "defaultPortTime": "09:00:00",
  • "defaultPortTimeZone": "US/Eastern"
}

Get Configuration

Retrieve Notification Configuration for a given project

SecuritybasicAuth or bearerAuth
Responses
200

Successful operation

Response Schema: application/json
object
email
string
name
string
phone
string
webhookUrl
string
defaultPortTime
string

The default time for porting in numbers. If you don't specify a time in the order this time will be used.

defaultPortTimeZone
string

The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.

Enum Value Description
US/Eastern

US Eastern Timezone

US/Centra

US Central Timezone

US/Mountain

US Mountain Timezone

US/Pacific

US Pacific Timezone

get/configuration
Request samples
Response samples
application/json
{
  • "contact": {
    • "email": "string",
    • "name": "string",
    • "phone": "string"
    },
  • "webhookUrl": "string",
  • "defaultPortTime": "09:00:00",
  • "defaultPortTimeZone": "US/Eastern"
}

Update configuration

Update default configurations for a given project

SecuritybasicAuth or bearerAuth
Request
Request Body schema: application/json
required

Update default configurations for a given project

object
email
string
name
string
phone
string
webhookUrl
string
defaultPortTime
string

The default time for porting in numbers. If you don't specify a time in the order this time will be used.

defaultPortTimeZone
string

The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.

Enum Value Description
US/Eastern

US Eastern Timezone

US/Centra

US Central Timezone

US/Mountain

US Mountain Timezone

US/Pacific

US Pacific Timezone

Responses
200

Successful operation

Response Schema: application/json
object
email
string
name
string
phone
string
webhookUrl
string
defaultPortTime
string

The default time for porting in numbers. If you don't specify a time in the order this time will be used.

defaultPortTimeZone
string

The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.

Enum Value Description
US/Eastern

US Eastern Timezone

US/Centra

US Central Timezone

US/Mountain

US Mountain Timezone

US/Pacific

US Pacific Timezone

put/configuration
Request samples
application/json
{ }
Response samples
application/json
{
  • "contact": {
    • "email": "string",
    • "name": "string",
    • "phone": "string"
    },
  • "webhookUrl": "string",
  • "defaultPortTime": "09:00:00",
  • "defaultPortTimeZone": "US/Eastern"
}