---
title: "Create a Global IP health check"
method: POST
path: "/global_ip_health_checks"
tags: ["Global IPs"]
---

# Create a Global IP health check

`POST /global_ip_health_checks`

Create a Global IP health check.

## Request body

- GlobalIPHealthCheck
  - `id` string, uuid — Identifies the resource.
  - `record_type` string — Identifies the type of the resource.
  - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
  - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
  - `health_check_type` string — The Global IP health check type.
  - `health_check_params` object — A Global IP health check params.
  - `global_ip_id` string, uuid — Global IP ID.

## Response `202`

Successful response

- object
  - `data` GlobalIPHealthCheck
    - `id` string, uuid — Identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
    - `health_check_type` string — The Global IP health check type.
    - `health_check_params` object — A Global IP health check params.
    - `global_ip_id` string, uuid — Global IP ID.

## Other responses

- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `default` — Unexpected error

---

[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/revisions/e32d46c5945b/schema)
