Supported Formats

json

GET /api/vehicle/v1/makes
List of manufacturer

Supported Formats

json

Errors

Code Description
400 Various errors: the specific error is provided in the message field of the response
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.

Params

Param name Description
_token
required

Validations:

  • Must be a String


GET /api/vehicle/v1/makes/:make_name

Supported Formats

json

Errors

Code Description
400 Various errors: the specific error is provided in the message field of the response
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.

Params

Param name Description
_token
required

Validations:

  • Must be a String


POST /api/vehicle/v1/makes
Declare a new make

only available if your token is authorize

Supported Formats

json

Errors

Code Description
400 Various errors: the specific error is provided in the message field of the response
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.

Params

Param name Description
_token
required

Validations:

  • Must be a String

name
required

Name of the manufacturer

Validations:

  • Must be a String


PUT /api/vehicle/v1/makes
Update make

Supported Formats

json

Errors

Code Description
400 Various errors: the specific error is provided in the message field of the response
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.

Params

Param name Description
_token
required

Validations:

  • Must be a String