Vendedores

Veja como obter um vendedor.

Obter Vendedor

GET

https://myturn.com.br/api/public/v1/stores/:store_id/sellers/:id

Headers

Header NameHeader Value
Content-Typeapplication/json
AuthorizationBearer [SEU TOKEN]

URL Params

Param NameParam Value TypeParam Example
store_idInteger1
idInteger1

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"
    }
  }
}