How does the Perigon News API handle authentication and requests?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
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`).