API Reference
Get Manufacturers
Retrieves a paginated list of all vehicle manufacturers in the system.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Query Parameters
Skip?integer
Gets or sets the number of rows to skip.
Format
int32Range
0 <= value <= 2147483647Take?integer
Gets or sets the number of rows to take.
Format
int32Range
1 <= value <= 500Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.dealerai.com/api/v1/manufacturer"{
"total_row_count": 0,
"row_count": 0,
"rows": [
{
"id": "string",
"name": "string"
}
]
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}