---
title: "Create Service Location"
method: POST
path: "/v1/ppp/service-location"
tags: ["integrations > ppp"]
---

# Create Service Location

`POST /v1/ppp/service-location`

Create a service location for a customer

## Headers

- `Authorization` string, required
- `X-Account-Token` string, required

## Request body

- object
  - `locationName` string, required
  - `street1` string, required
  - `street2` string, required
  - `city` string, required
  - `state` string, required
  - `zip` string, required
  - `description` string, required
  - `latitude` string
  - `longitude` string
  - `phoneNumber` string
  - `firstName` string
  - `lastName` string

## Response `200`

Response with status 200

- TypesCreateServiceLocationResponse — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

[API](https://skmtc.dev/trykeet/apis/api-reference.md) · [All operations](https://skmtc.dev/trykeet/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykeet/api-reference/revisions/d1fc1f3a00ff/schema)
