auth_key
query parameter or in an auth_key
field of the request body.
Deprecation of this feature was previously announced in March 2025, but we have continued to support it temporarily to allow more time for customers to complete the migration.
You will no longer be able to authenticate a request to any endpoint by sending an API key in a query parameter or request body. Instead, send your API key in an HTTP header named Authorization
.
Authorization
.Authorization
, like this:
auth_key
query parameter or an auth_key
field of the request body.
auth_key
query parameter or an auth_key
field in the request body will fail with a 403 Forbidden
response.