Skip to main content
Version: Lastest

Authentication

The AppotaPay API is organized around REST for clarity and ease of understanding. All APIs return data in JSON format. To access our APIs, you need to register an account on our Partner Website(https://partner.appotapay.com/). You can create and manage API Keys, API Secret Keys under the "App Management" section.

To authenticate your account, you must create a JWT Token with your Secret API Key and include it in requests to our APIs. Here are the steps to create an API Key and authenticate your account:

1.Create a new application to obtain an API Key and Secret API Key. 2.Generate a JWT Token using the Secret API Key. 3.Include the JWT Token in the headers of the requests sent to the API.

All API requests should be made securely via HTTPS. The Secret API Key needs to be kept confidential and should not be shared with others.

Authentication method