Basic

Paginated list of all manufacturers. Supports search and pagination query parameters.

If search is provided, only manufacturers that match the search term in a full-text search will be returned.

get/api/v0/manufacturers

Query parameters

searchstring

Search term

cursorstring

Cursor for pagination. Must be a valid base64 string obtained from the pagination.nextCursor field of a previous response.

limitnumber

Limit for pagination

Response

Successful response

requestIdstring required

The unique identifier for this request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.