DealerAI
API Reference

Notifies DealerAI that a retailer has enabled the CreditApp integration.

CreditApp signs the request body with HMAC-SHA256 using the shared secret key and sends the hex-encoded signature in the `X-Credit-App-Signature` header. The dealer is looked up by normalizing `retailerName` to a dealer ID (e.g. "Bob's Motors" → "bobs-motors"). If no matching dealer exists, one is created.

POST
/api/v1/webhooks/creditapp/integration-enabled
AuthorizationBasic <token>

Basic Authorization header

In: header

Query Parameters

api-version?string

Response Body

curl -X POST "https://api.dealerai.com/api/v1/webhooks/creditapp/integration-enabled"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty