---
title: "Get all publish subscribe records the user has created"
method: GET
path: "/v1/resourceowner/publishsubscribe"
tags: ["ResourceOwnerPublishSubscribe"]
---

# Get all publish subscribe records the user has created

`GET /v1/resourceowner/publishsubscribe`

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

## Response `200`

The publish subscribe records 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)
