---
title: "Subscribe Webhook"
method: POST
path: "/vehicles/{vehicle_id}/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Subscribe Webhook

`POST /vehicles/{vehicle_id}/webhooks/{webhookId}`

__Description__

Subscribe to a webhook for a vehicle.

__Permission__

`required: webhook:read`

## Request body

- WebhookInfo — A webhook ID (UUID v4).
  - `webhookid` string
  - `vehicleid` string

## Response `200`

return Compatibility

- SuccessResponse
  - `status` 'SUCCESS' | 'FAILED'
  - `message` string, nullable

---

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