---
title: "Get the publish subscribe by record id"
method: GET
path: "/v1/resourceowner/publishsubscribe/{publishSubscribeId}"
tags: ["ResourceOwnerPublishSubscribe"]
---

# Get the publish subscribe by record id

`GET /v1/resourceowner/publishsubscribe/{publishSubscribeId}`

Only publis subscribe records that the user has access to are accessible.

## Path parameters

- `publishSubscribeId` integer, required

## Response `200`

The publish subscribe details is returned

- PublishSubscribeModel
  - `PublishSubscribeId` integer
  - `PublishToUrl` string
  - `PublishType` 0
  - `VehicleId` integer
  - `AuthenticationType` 0 | 1 | 2 | 3
  - `AuthenticationData` string

## Other responses

- `500` — Internal server error

---

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