# List deliveries of a gateway

`GET https://{domain}/api/v2/third/delivery`

Operation ID: `deliveries.list` · API v2

Lists the deliveries of a gateway and sale type, with the school domain and the postback URL to configure at the gateway.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `provider` | query | string | yes | Gateway key. |
| `type` | query | string, one of `single`, `recurrence` | yes | single for one-time sales; any other value means subscriptions. |
| `teste` | query | string | no | Connection check: any true value returns data.data = teste and ignores the other parameters. |

## Responses

### 200

The deliveries.

Body: object.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

### 409

data.data is Missing required parameters: provider or type or No deliveries found.

Body: `data`: object.

Full schema: https://cademi.dev/openapi/v2.json
