GET
/
{alias}
/
checkout
/
statuses
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/statuses \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "id": 123,
      "order": 123,
      "alias": "<string>",
      "name": "Pedido realizado",
      "description": "O pedido foi realizado"
    }
  ]
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Query Parameters

orderId
integer

ID do pedido

Response

200
application/json

Lista de status

The response is of type object.