Deprecation of GET requests with body to Proof API

Beginning on March 15th 2025, all users of the Proof API will have their requests rejected with a 403 (Forbidden)if the request meets the following conditions:

  • Is a GET request with a BODY provided.

In other words, when making a GET request to any API endpoint listed on our endpoint reference, please ensure that your request does not include a body. If your request does include a body, we will return an error message with a status code of 403, indicating that the request was rejected. Placing a body in a GET request is not considered best practice . If you need to continue to get data from our endpoints, construct your request with query parameters. If you need to modify data, please use a POST or PUT request.

We are conducting this implementation to enhance our security posture and performance here at Proof, and know you’ll enjoy the added benefits of this change.

If you have any questions or concerns about this update, please don't hesitate to reach out to us for assistance at [email protected].