Hi all, I inherited a service that makes requests ...
# ask-community
j
Hi all, I inherited a service that makes requests to the Prefect REST API to get the latest invoice for the account. However, the requests failed yesterday (404 Not Found). The service doesn't run frequently, so I'm not sure when the issue started exactly, apart from our last successful attempt running on April 12th. I can't find the endpoint in the official Prefect API documents, but I found articles by Orchestra explaining how to use the endpoint. Does anyone know where I can find more information about the endpoint and whether it was deprecated or changed? The endpoint in question:
<https://api.prefect.cloud/api/billing/{accountId}/invoices>