Lojas
Veja como obter uma loja.
Obter Loja
https://myturn.com.br/api/public/v1/stores/:id
Headers
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer [SEU TOKEN] |
URL Params
| Param Name | Param Value Type | Param Example |
|---|---|---|
| id | Integer | 1 |
Response Payload
{
"data": {
"id": "1",
"type": "stores",
"attributes": {
"name": "Minha Loja",
"created-at": "2025-08-04T17:41:09.432-03:00",
"updated-at": "2025-08-04T17:41:09.436-03:00",
}
}
}