Skip to content

Authentication

To use PostProxy API you need to authenticate your requests. You can do this by passing your API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

You can get your API key from your PostProxy account dashboard.

Terminal window
curl -X GET "https://api.postproxy.dev/v1/accounts" \
-H "Authorization: Bearer YOUR_API_KEY"