# Re-send Invoice

## /send/invoiceNo

<mark style="color:blue;">`GET`</mark> `https://seerbitapi.com/invoice/{{publicKey}}/send/{{InvoiceNo}}`

This endpoint allows you to resend an invoice to a customer

#### Path Parameters

| Name                                        | Type   | Description         |
| ------------------------------------------- | ------ | ------------------- |
| InvocieNo<mark style="color:red;">\*</mark> | String | invoice number      |
| publicKey                                   | String | merchant public key |

#### Headers

| Name                                            | Type   | Description  |
| ----------------------------------------------- | ------ | ------------ |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer token |

{% tabs %}
{% tab title="201: Created Invoice has been sent successfully" %}

```javascript
{
    "message": "Invoice has been sent successfully",
    "code": "00"
}
```

{% endtab %}
{% endtabs %}
