Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/api_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@ JSON

#### Authentication

- Basic HTTP authorization
- API key, sent in the `Authorization` header as `Authorization: Api-Key <KEY>`

An API key is required for all authenticated requests, including all writes
(`POST`, `PUT`, `PATCH`, `DELETE`). See our [guide on API keys](/howto/api_keys/)
for how to create and use one, and [querying with the PeeringDB
API](/howto/search/#querying-with-the-peeringdb-api) for copy/paste examples.

Basic HTTP authorization is deprecated and is no longer accepted. Authenticated
requests that use it are rejected with a `403`.

In order to access the API as a guest simply omit any authentication

Expand Down