Vendedores
Veja como obter um vendedor.
Obter Vendedor
https://myturn.com.br/api/public/v1/stores/:store_id/sellers/:id
Headers
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer [SEU TOKEN] |
URL Params
| Param Name | Param Value Type | Param Example |
|---|---|---|
| store_id | Integer | 1 |
| id | Integer | 1 |
Response Payload
{
"data": {
"id": "1",
"type": "sellers",
"attributes": {
"name": "Bruno",
"email": "[email protected]",
"phone-number": "(31) 99999-9999",
"created-at": "2025-08-04T17:41:09.432-03:00",
"updated-at": "2025-08-04T17:41:09.436-03:00",
"photo-url": "/rails/active_storage/representations/redirect/photo.png"
}
}
}