Supported Formats

json

Errors

400 The request was unacceptable, often due to missing a required parameter.

Examples

curl -X POST -H "Authorization: XXXX" -H "Content-Type: application/json" -d '{"name": "New Brand"}' "https://api.axefax.com/brands"

Response:

{
  "brand":{
    "id":549,
    "type_id": 1,
    "name":"New Brand",
    "approved":false
  }
}
      

Params

Param name Description
name
required

Value:

Must be String

type_id
optional

Brand type. Only necessary if you are using the generic API (api.axefax.com)


Value:

Must be Integer.