This endpoint returns a list of your External Connections inside the 'data' attribute of the response. External Connections are used by Telnyx customers to seamless configure SIP trunking integrations with Telnyx Partners, through External Voice Integrations in Mission Control Portal.
Successful response with details about multiple External connections.
Array of objects (External Connection) | |
object (Cursor Pagination Meta) |
Unauthorized
Bad request
{- "data": [
- {
- "id": "1293384261075731499",
- "record_type": "external_connection",
- "external_sip_connection": "zoom",
- "connection_name": "My Connection",
- "active": true,
- "credential_active": true,
- "numbers_count": 1,
- "inbound": {
- "channel_limit": 10,
- "shaken_stir_enabled": true
}, - "outbound": {
- "channel_limit": 10,
- "outbound_voice_profile_id": 1293384261075731500
}, - "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Returns a list of log messages that are associated with any external connection the user owns.
Successful response with details about log messages on external connections.
Array of objects (External Connection Log Message) | |
object (Cursor Pagination Meta) |
Unauthorized
Bad request
{- "log_messages": [
- {
- "code": "string",
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "/attribute"
}, - "meta": {
- "telephone_number": "+12345678",
- "external_connection_id": "1293384261075731499",
- "ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd76"
}
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Returns a single log message that is associated with an external connection the user owns.
Successful response with details about a log message on external connections.
Array of objects (External Connection Log Message) = 1 items | |
object (Cursor Pagination Meta) |
Unauthorized
Resource not found
Bad request
{- "log_messages": [
- {
- "code": "string",
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "/attribute"
}, - "meta": {
- "telephone_number": "+12345678",
- "external_connection_id": "1293384261075731499",
- "ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd76"
}
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Retrieves the details of an existing External connection.
Successful response with details about an External connection.
Unauthorized
Resource not found
Bad request
{- "data": {
- "id": "1293384261075731499",
- "record_type": "external_connection",
- "external_sip_connection": "zoom",
- "connection_name": "My Connection",
- "active": true,
- "credential_active": true,
- "numbers_count": 1,
- "inbound": {
- "channel_limit": 10,
- "shaken_stir_enabled": true
}, - "outbound": {
- "channel_limit": 10,
- "outbound_voice_profile_id": 1293384261075731500
}, - "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}
Updates the specified External connection by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Successful response with details about an External connection.
object (External Connection) | |||||||||||||||||||||||
|
Unauthorized
Resource not found
Bad request
{- "active": true,
- "inbound": {
- "channel_limit": 0,
- "shaken_stir_enabled": true
}, - "outbound": {
- "channel_limit": 0,
- "outbound_voice_profile_id": "string"
}
}
{- "data": {
- "id": "1293384261075731499",
- "record_type": "external_connection",
- "external_sip_connection": "zoom",
- "connection_name": "My Connection",
- "active": true,
- "credential_active": true,
- "numbers_count": 1,
- "inbound": {
- "channel_limit": 10,
- "shaken_stir_enabled": true
}, - "outbound": {
- "channel_limit": 10,
- "outbound_voice_profile_id": 1293384261075731500
}, - "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}
Deletes the specified External connection object.
Successful response with details about an External connection.
object (External Connection) | |||||||||||||||||||||||
|
Unauthorized
Resource not found
Method not allowed
Bad request
{- "data": {
- "id": "1293384261075731499",
- "record_type": "external_connection",
- "external_sip_connection": "zoom",
- "connection_name": "My Connection",
- "active": true,
- "credential_active": true,
- "numbers_count": 1,
- "inbound": {
- "channel_limit": 10,
- "shaken_stir_enabled": true
}, - "outbound": {
- "channel_limit": 10,
- "outbound_voice_profile_id": 1293384261075731500
}, - "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}
Returns all civic addresses associated with the external connection on Microsoft Teams.
Successful response with Civic Addresses associated with the External connection.
Array of objects (External Connection Civic Address) | |||||||||||||||||||||||||||||||||
Array
|
Unauthorized
Resource not found
{- "data": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "record_type": "civic_address",
- "country": "US",
- "house_number": "123",
- "house_number_suffix": "A",
- "street_name": "Main St",
- "street_suffix": "NW",
- "state_or_province": "NM",
- "county_or_district": "Bernalillo",
- "city_or_town": "Albuquerque",
- "city_or_town_alias": "Albuquerque",
- "postal_or_zip_code": "87101",
- "description": "My Home",
- "company_name": "My Company",
- "default_location_id": "b337e51f-abcd-e123-7d28-28106ecc5a30",
- "locations": [
- {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "additional_info": "Suite 100",
- "description": "Conference Room",
- "is_default": true
}
]
}
]
}
Returns a specific civic addresses associated with the external connection on Microsoft Teams.
Successful response with one Civic Addresses associated with the External connection.
object (External Connection Civic Address) | |||||||||||||||||||||||||||||||||
|
Unauthorized
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "record_type": "civic_address",
- "country": "US",
- "house_number": "123",
- "house_number_suffix": "A",
- "street_name": "Main St",
- "street_suffix": "NW",
- "state_or_province": "NM",
- "county_or_district": "Bernalillo",
- "city_or_town": "Albuquerque",
- "city_or_town_alias": "Albuquerque",
- "postal_or_zip_code": "87101",
- "description": "My Home",
- "company_name": "My Company",
- "default_location_id": "b337e51f-abcd-e123-7d28-28106ecc5a30",
- "locations": [
- {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "additional_info": "Suite 100",
- "description": "Conference Room",
- "is_default": true
}
]
}
}
Creates a new upload request to Microsoft Teams with the included phone numbers.
number_ids required | Array of strings <int64> [ 1 .. 1000 ] items The list of number IDs to associate with the external connection. The number IDs must be in the same account as the external connection. |
usage | string The use case of the upload request. NOTE: |
additional_usages | Array of strings or null Additional use cases of the upload request, if missing will default to all available for the numbers given. NOTE: |
location_id | string <uuid> The ID of the location to assign the phone numbers to. Either |
civic_address_id | string <uuid> The ID of the civic address to assign the phone numbers to. Either |
{- "number_ids": [
- "12345678912345",
- "12345678912346"
], - "usage": "calling_user_assignment",
- "additional_usages": [
- "first_party_app_assignment"
], - "location_id": "123e4567-e89b-12d3-a456-426614174000"
}
{- "success": true,
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000"
}
Returns a list of upload requests for the specified external connection.
page[number] | integer >= 1 Default: 1 The page number to load |
page[size] | integer [ 1 .. 250 ] Default: 20 The size of the page |
filter[status][eq] | string Filter by upload request status. |
filter[civic_address_id][eq] | string Filter by civic address ID. |
filter[location_id][eq] | string Filter by location ID. |
filter[phone_number][eq] | string Filters records to those with a specified number. Example: filter[phone_number][eq]=+12441239999 |
filter[phone_number][contains] | string Filter by a partial number, requires 3 to 15 digits. Example: filter[phone_number][contains]=+123 |
Successful response with details about multiple Number upload requests.
Array of objects (Details about a Number upload request.) | |
object (Cursor Pagination Meta) |
Unauthorized
Resource not found
Bad request
{- "data": [
- {
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000",
- "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
- "location_id": "123e4567-e89b-12d3-a456-426614174000",
- "civic_address_id": "123e4567-e89b-12d3-a456-426614174000",
- "status": "pending_upload",
- "available_usages": [
- "calling_user_assignment"
], - "created_at": "2019-08-24T14:15:22Z",
- "error_code": "string",
- "error_message": "string",
- "tn_upload_entries": [
- {
- "phone_number": "string",
- "number_id": "string",
- "status": "pending_upload",
- "error_code": "string",
- "error_message": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "internal_status": "pending_assignment"
}
]
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Get a count of upload requests which are in a pending state for a given external connection.
Succesfully retrieved the count of pending upload requests for the external connection.
Unauthorized
Resource not found
{- "data": {
- "pending_numbers_count": 0,
- "pending_orders_count": 0
}
}
Force a refresh of the state for all upload requests which are in a pending state for a given external connection.
{- "success": true
}
Returns a single number upload request that is associated with an external connection the user owns.
Successful response with details about a single Number upload request.
object (Details about a Number upload request.) | |||||||||||||||||||||
|
Unauthorized
Resource not found
{- "data": {
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000",
- "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
- "location_id": "123e4567-e89b-12d3-a456-426614174000",
- "civic_address_id": "123e4567-e89b-12d3-a456-426614174000",
- "status": "pending_upload",
- "available_usages": [
- "calling_user_assignment"
], - "created_at": "2019-08-24T14:15:22Z",
- "error_code": "string",
- "error_message": "string",
- "tn_upload_entries": [
- {
- "phone_number": "string",
- "number_id": "string",
- "status": "pending_upload",
- "error_code": "string",
- "error_message": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "internal_status": "pending_assignment"
}
]
}
}
Retry a failed upload request for a given external connection. Depending how/why the upload request failed, this may or may not result in a new upload request with a different ticket_id being created.
Successful response with details about a single Number upload request.
object (Details about a Number upload request.) | |||||||||||||||||||||
|
Unauthorized
Resource not found
Conflict.
Bad request
{- "data": {
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000",
- "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
- "location_id": "123e4567-e89b-12d3-a456-426614174000",
- "civic_address_id": "123e4567-e89b-12d3-a456-426614174000",
- "status": "pending_upload",
- "available_usages": [
- "calling_user_assignment"
], - "created_at": "2019-08-24T14:15:22Z",
- "error_code": "string",
- "error_message": "string",
- "tn_upload_entries": [
- {
- "phone_number": "string",
- "number_id": "string",
- "status": "pending_upload",
- "error_code": "string",
- "error_message": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "internal_status": "pending_assignment"
}
]
}
}
Return a list of active phone numbers associated with an external connection.
page[number] | integer >= 1 Default: 1 The page number to load |
page[size] | integer [ 1 .. 250 ] Default: 20 The size of the page |
filter[phone_number][eq] | string Filters records to those with a specified number. Example: filter[phone_number][eq]=+12441239999 |
filter[phone_number][contains] | string Filter by a partial number, requires 3 to 15 digits. Example: filter[phone_number][contains]=+123 |
filter[location_id][eq] | string Filter by location ID. |
List active phone numbers on an external connection response.
Array of objects (External Connection Phone Number details) | |
object (Cursor Pagination Meta) |
Unauthorized
Resource not found
{- "data": [
- {
- "record_type": "string",
- "ticket_id": "string",
- "telephone_number": "string",
- "number_id": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "displayed_country_code": "string",
- "acquired_capabilities": [
- "string"
]
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Get details for a single phone number associated with an external connection.
Get active phone number on an external connection response.
object (External Connection Phone Number details) | |||||||||||||||||
|
Unauthorized
Resource not found
{- "data": {
- "record_type": "string",
- "ticket_id": "string",
- "telephone_number": "string",
- "number_id": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "displayed_country_code": "string",
- "acquired_capabilities": [
- "string"
]
}
}
Update a phone number associated with an external connection.
Get active phone number on an external connection response.
object (External Connection Phone Number details) | |||||||||||||||||
|
Unauthorized
Resource not found
{- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795"
}
{- "data": {
- "record_type": "string",
- "ticket_id": "string",
- "telephone_number": "string",
- "number_id": "string",
- "civic_address_id": "9e5bc035-bfd1-4509-a9fc-0341e88b9762",
- "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",
- "displayed_country_code": "string",
- "acquired_capabilities": [
- "string"
]
}
}
Returns a list of number release requests for the specified external connection.
page[number] | integer >= 1 Default: 1 The page number to load |
page[size] | integer [ 1 .. 250 ] Default: 20 The size of the page |
filter[status][eq] | string Filter by upload request status. |
filter[phone_number][eq] | string Filters records to those with a specified number. Example: filter[phone_number][eq]=+12441239999 |
filter[phone_number][contains] | string Filter by a partial number, requires 3 to 15 digits. Example: filter[phone_number][contains]=+123 |
Successful response with details about multiple Number release requests.
Array of objects (Details about a Number Release request.) | |
object (Cursor Pagination Meta) |
Unauthorized
Resource not found
Bad request
{- "data": [
- {
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000",
- "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
- "status": "pending_upload",
- "created_at": "2019-08-24T14:15:22Z",
- "error_message": "string",
- "phone_numbers": [
- {
- "phone_number": "string",
- "number_id": "string",
- "status": "pending_upload",
- "error_code": "string",
- "error_message": "string"
}
]
}
], - "meta": {
- "cursors": {
- "after": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "before": "v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}, - "total_items": 50,
- "next": "/v2/connections/1234567890/active_calls?page[after]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI=",
- "previous": "/v2/connections/1234567890/active_calls?page[before]=v1:g3QAAAADZAAKdGVsbnl4X2lkc2wAAAABbQAAACRlYmRiYzdkNi1kZWRmLTExZWQtYTM3MS0wMjQyMGFlZjAwYjRqZAAJdGltZXN0YW1wbggA8Le4pGhpVxdkAAR0eXBlZAAFYWZ0ZXI="
}
}
Returns a single number release request that is associated with an external connection the user owns.
Successful response with details about a Number release request.
object (Details about a Number Release request.) | |||||||||||||
|
Unauthorized
Resource not found
{- "data": {
- "ticket_id": "123e4567-e89b-12d3-a456-426614174000",
- "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
- "status": "pending_upload",
- "created_at": "2019-08-24T14:15:22Z",
- "error_message": "string",
- "phone_numbers": [
- {
- "phone_number": "string",
- "number_id": "string",
- "status": "pending_upload",
- "error_code": "string",
- "error_message": "string"
}
]
}
}