---
title: "Create a dynamic emergency endpoint."
method: POST
path: "/dynamic_emergency_endpoints"
tags: ["Dynamic Emergency Endpoints"]
---

# Create a dynamic emergency endpoint.

`POST /dynamic_emergency_endpoints`

Creates a dynamic emergency endpoints.

## Request body

- DynamicEmergencyEndpoint
  - `id` string
  - `record_type` string — Identifies the type of the resource.
  - `dynamic_emergency_address_id` string, required — An id of a currently active dynamic emergency location.
  - `status` 'pending' | 'activated' | 'rejected' — Status of dynamic emergency address
  - `sip_from_id` string
  - `callback_number` string, required
  - `caller_name` string, required
  - `created_at` string — ISO 8601 formatted date of when the resource was created
  - `updated_at` string — ISO 8601 formatted date of when the resource was last updated

## Response `201`

Dynamic Emergency Endpoint Response

- object
  - `data` DynamicEmergencyEndpoint
    - `id` string
    - `record_type` string — Identifies the type of the resource.
    - `dynamic_emergency_address_id` string, required — An id of a currently active dynamic emergency location.
    - `status` 'pending' | 'activated' | 'rejected' — Status of dynamic emergency address
    - `sip_from_id` string
    - `callback_number` string, required
    - `caller_name` string, required
    - `created_at` string — ISO 8601 formatted date of when the resource was created
    - `updated_at` string — ISO 8601 formatted date of when the resource was last updated

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

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