cURL
curl --request GET \ --url https://homolog.clubfix.com.br/webservice/models/{modelId} \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "id": 1, "name": "onetouch|5017A PIXI3 4.5 SS", "brand": { "id": 1, "name": "Alcatel", "meta": { "link": "https://homolog.clubfix.com.br/webservice/brands/1" } }, "meta": { "link": "https://homolog.clubfix.com.br/webservice/models/1" } }
ex: Apple, Xiaomi, Samsung, etc.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show Model Response
Show child attributes
Was this page helpful?