How does the Perigon News API handle authentication and requests?

Question

Answers ( 1 )

    0
    2025-04-01T03:41:33+00:00

    The Perigon News API uses API key authentication, typically passed via headers (e.g., `Authorization: Bearer API_KEY`). It supports both HTTP GET and POST requests, with responses returned in JSON format. Rate limits are managed via headers (e.g., `X-Rate-Limit-Retry-After-Millis`), and timestamps use ISO format (e.g., `2023-01-01T00:00:00`).

Leave an answer