Manufacturers
Get a list of manufacturers.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Query parameters
pageintegerOptionalExample:
Page of result set.
1Responses
401Error
application/json
get
/v2/manufacturersGET /v2/manufacturers HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}Get a Manufacturer details.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}GET /v2/manufacturers/{manufacturer} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}Get a list of brands belonging to a manufacturer.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234Query parameters
pageintegerOptionalExample:
Page of result set.
1Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}/brandsGET /v2/manufacturers/{manufacturer}/brands HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}Get a brand details.
Authorizations
AuthorizationstringRequired
You can retrieve your token by visiting your dashboard and clicking Manage API tokens.
Path parameters
manufacturerintegerRequiredExample:
The manufacturer ID.
1234brandintegerRequiredExample:
The brand ID.
1234Responses
401Error
application/json
get
/v2/manufacturers/{manufacturer}/brands/{brand}GET /v2/manufacturers/{manufacturer}/brands/{brand} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}Last updated
