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.
-
Prepare Your API Keys: Ensure you have your API keys (
apiKey
andsecretKey
) ready before making the GET request. -
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",
}