GET
/
{alias}
/
checkout
/
sellers
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/sellers \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "id": 123,
      "affiliation_id": 123,
      "bank_account_id": 123,
      "store_alias": "<string>",
      "has_split": true,
      "transfer_enabled": true,
      "active": true,
      "name": "teste",
      "email": "teste@email.com",
      "document": "12345678912",
      "document_type": "cpf",
      "transfer_interval": "daily",
      "transfer_day": 0,
      "anticipatable_volume_percentage": 0,
      "automatic_anticipation_enabled": true,
      "ref_code": "1",
      "external_gateway_id": null,
      "percentage_products": 5,
      "percentage_shipping": 5,
      "charge_processing_fee": true,
      "liable": true
    }
  ],
  "meta": {
    "pagination": {
      "total": "10",
      "count": "30",
      "per_page": "10",
      "current_page": "1",
      "total_pages": "3",
      "links": {
        "previous": "",
        "next": ""
      }
    }
  }
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

Response

200
application/json

Lista de vendedores

Representa uma paginação com meta