---
title: "Create a new service object"
method: POST
path: "/api/v1/integration/pagerduty/configuration/services"
tags: ["PagerDuty Integration"]
---

# Create a new service object

`POST /api/v1/integration/pagerduty/configuration/services`

Create a new service object in the PagerDuty integration.

## Request body

- PagerDutyService — The PagerDuty service that is available for integration with Datadog.
  - `service_key` string, required — Your service key in PagerDuty.
  - `service_name` string, required — Your service name associated with a service key in PagerDuty.

## Response `201`

OK

- PagerDutyServiceName — PagerDuty service object name.
  - `service_name` string, required — Your service name associated service key in PagerDuty.

## Other responses

- `400` — Bad Request
- `403` — Authentication error
- `429` — Too many requests

---

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