cURL
curl --request GET \ --url https://homolog.clubfix.com.br/webservice/shopkeepers/{id} \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "id": 2, "trading_name": "Exclusiva mobile celulares", "registration_number": "97548760000170", "matrix": true, "responsible": { "name": "Eder Andre Kaghofer", "registration_number": "03379402907", "identity_card": "", "phone": "46999177399", "email": "[email protected]", "role": "proprietário" }, "address": { "street": "av julio assis cavalheiro", "number": "925", "complement": "loja 01", "zipcode": "85601000", "neighborhood": null, "city": "Francisco Beltrão", "state": "PR" }, "meta": { "link": "https://homolog.clubfix.com.br/webservice/shopkeepers/2" } }
Este recurso é paginável.
address,responsible
application/json
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200 Ok - Busca uma loja vinculada pelo identificador
Show child attributes
Was this page helpful?