List catalog brand models

View as Markdown
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_slugstringRequired

Brand slug (URL-safe identifier) used to scope model discovery.

Query parameters

pageintegerOptional>=1Defaults to 1
Page number for the paginated brand model list.
limitintegerOptional1-200Defaults to 50
Maximum number of models returned in one page.

Response

Models retrieved successfully
datalist of objects
totalinteger
pageinteger
limitinteger

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error