List catalog brand models
Retrieve charger model details for a specific brand slug.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
brand_slug
Brand slug (URL-safe identifier) used to scope model discovery.
Query parameters
page
Page number for the paginated brand model list.
limit
Maximum number of models returned in one page.
Response
Models retrieved successfully
data
total
page
limit
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error