🔑Authentication

You can learn how the Paywall authorization mechanism works and how it should be used for API calls made with Paywall on this page.

All integration credentials must be sent in the Header field of the HTTP request to the Paywall APIs.

Integration credentials in the Paywall systems are divided into two categories: Public and Private. Integration credentials from both categories should not be stored on the client side. The distinctions between Public and Private credentials differ in Paywall's security procedures (such as request limits, IP restrictions, etc.).

Public
  • apiclientpublic

  • apikeypublic

You can access the integration credentials mentioned above from the PayWall panel.

Private
  • apiclientprivate

  • apikeyprivate

You can access the integration credentials mentioned above from the PayWall panel.

Where can I obtain it?

Environment
Address

After logging into the Panel, you can access the relevant information under Developer > Integration page

Last updated