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.
Authorization
basic 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
Get Conversations with Filtering and Pagination
Retrieves a paginated list of conversations for the authenticated dealership with optional filtering by channel, status, dates, and archived status. Results are ordered by LastModifiedDate.
Get Dealership
Retrieves the complete dealership profile and configuration for the authenticated dealership.