Skip to main content

Get Invoice 📑

Retrieve Invoices with GET Request

To retrieve invoices using the Billify API, you can send a GET request with your API keys (apiKey and secretKey) in the request body. This will allow you to fetch the invoices associated with your account.

  1. Prepare Your API Keys: Ensure you have your API keys (apiKey and secretKey) ready before making the GET request.

  2. Send a GET Request: Use the following endpoint to send a GET request and retrieve invoices:

   GET https://api.billify.co.uk/invoice

In the request body:

{
"apiKey": "YOUR_API_KEY",
"secretKey": "YOUR_SECRET_KEY",
}