My tickets
 
Submit ticket
 
Login
 
API v3
Home
>
Post Affiliate Pro
>
Programmers documentation
>
API
>
API v3
API v3 documentation overview
This article explains how to access and test the Post Affiliate Pro API v3 (REST API). You will learn where to find the documentation, how to authorize, and how to execute test requests directly in your browser. Where can I find the Post Affiliate Pro API v3 documentation? You can access the complete API v3 documentation directly from your account: https://YOURDOMAIN.postaffiliatepro.com/api/v3 Or navigate via Configuration > Tools > Integration > API v3 (REST API) > View API docu...
API key
API keys in Post Affiliate Pro are used to authenticate and authorize external applications that communicate with your account via the API v3 (REST API). Each API key serves as an identifier of your Post Affiliate Pro account (similar to your username and password) that allows external systems to access your data through the API. Keys can have specific permissions and can be assigned to different integrations or users. Never share your API key with anyone you do not trust. If your API key is co...
How to create OAuth token
This article explains how to create an OAuth 2.0 access token in the Post Affiliate Pro API v3 (REST API) documentation and use it for authentication directly from your browser. What is an OAuth token OAuth 2.0 tokens are temporary credentials used to authenticate your API requests. The token grants access to API endpoints according to the permissions (scopes) you specify when creating it. OAuth is best for interactive applications, development, or testing environments where short-term access ...