Error in /api/v1/endpoints #314

Closed
opened 2026-04-05 16:17:22 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @diogovalentte on 8/7/2025

When running the curl -H "Authorization: Bearer super_key" "https://domain.com/api/v1/ingestion", I get the error below:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /v1/ingestion</pre>
</body>
</html>

I can confirm that I can request from the other API routes successfully, only the ingestion routes that don't work.

*Originally created by @diogovalentte on 8/7/2025* When running the `curl -H "Authorization: Bearer super_key" "https://domain.com/api/v1/ingestion"`, I get the error below: ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot GET /v1/ingestion</pre> </body> </html> ``` I can confirm that I can request from the other API routes successfully, only the ingestion routes that don't work.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#314