cURL
curl --request POST \ --url https://management.api.smartcar.com/v3/subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "webhookId": "webhook_12345", "userId": "user_12345", "vehicleId": "vehicle_67890" } } } '
{ "meta": { "message": "subscription creation in progress" } }
Create a new webhook subscription.
Documentation IndexFetch the complete documentation index at: https://smartcar.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Authorization header must be provided with a valid bearer token. Example: Authorization: Bearer {token}
Authorization: Bearer {token}
Show child attributes
Subscription creation accepted and in progress
Was this page helpful?