v1

latestOpenAPI 3.1.02026-07-24290162.6 KB

Visualizar loja

Cadastro e informações das lojas

get/api/v2/me/companies/{storeId}

Path parameters

storeIdstring required

ID da loja

Headers

Acceptstring required
Authorizationstring required
User-Agentstring required

É obrigatório que seja adicionado o cabeçalho HTTP User-Agent com o nome da sua aplicação junto a um email de contato/suporte.

Response

200

idstring
protocolstring
namestring
emailstring
{"stackTrail":"paths:/api/v2/me/companies/{storeId}:get:responses:200:content:application/json:schema:properties:website","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2/me/companies/{storeId}:get:responses:200:content:application/json:schema:properties:picture","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2/me/companies/{storeId}:get:responses:200:content:application/json:schema:properties:thumbnail","oasType":"schema","type":"unknown"}
descriptionstring
company_namestring
documentstring
state_registerstring
created_atstring
updated_atstring

Example response

{
  "id": "781f86be-c3be-47e7-9bef-70b8675a55c3",
  "protocol": "COM-2022035242",
  "name": "Melhor Loja",
  "email": "contato@melhorloja.me",
  "description": "Descrição da loja",
  "company_name": "Nome da Loja",
  "document": "89157108000104",
  "state_register": "476210979481",
  "created_at": "2022-03-30 16:53:56",
  "updated_at": "2022-03-30 16:53:56"
}