GET
/
{alias}
/
checkout
/
banks
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/banks \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "id": 123,
      "code": "<string>",
      "alias": "<string>",
      "name": "<string>"
    }
  ]
}

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 bancos

The response is of type object.