---
title: "Onboard a location"
method: POST
path: "/v1/locations/{id}/onboard/session"
tags: ["Locations"]
---

# Onboard a location

`POST /v1/locations/{id}/onboard/session`

Generate a USPS1583 Shared Session to facilitate onboarding your location.

## Path parameters

- `id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Success

- USPS1583SharedSession
  - `id` string, required
  - `expiresAt` string, required
  - `url` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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