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_KEYYou can get your API key from your PostProxy account dashboard.
Example request
Section titled “Example request”curl -X GET "https://api.postproxy.dev/v1/accounts" \ -H "Authorization: Bearer YOUR_API_KEY"