---
title: "Activate every number in a porting order asynchronously."
method: POST
path: "/porting_orders/{id}/actions/activate"
tags: ["Porting Orders"]
---

# Activate every number in a porting order asynchronously.

`POST /porting_orders/{id}/actions/activate`

Activate each number in a porting order asynchronously. This operation is limited to US FastPort orders only.

## Path parameters

- `id` string, uuid, required

## Response `202`

Successful response

- object
  - `data` PortingOrdersActivationJob
    - `id` string, uuid — Uniquely identifies this activation job
    - `status` 'created' | 'in-process' | 'completed' | 'failed' — Specifies the status of this activation job
    - `activation_type` 'scheduled' | 'on-demand' — Specifies the type of this activation job
    - `activate_at` string, date-time — ISO 8601 formatted date indicating when the activation job should be executed. This time should be between some activation window.
    - `activation_windows` object[] — List of allowed activation windows for this activation job
      - `start_at` string, date-time — ISO 8601 formatted date indicating when the activation window starts
      - `end_at` string, date-time — ISO 8601 formatted date indicating when the activation window ends
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable entity. Check message field in response for details.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
