Authentication
Padiwise's core security protocol is based on OAuth 2.0, which authenticates API requests using associated API keys that can be managed directly from the dashboard.
Last updated
Padiwise's core security protocol is based on OAuth 2.0, which authenticates API requests using associated API keys that can be managed directly from the dashboard.
Last updated
Secure your secret key
Do not commit your secret token to git, or use them in client-side code.
This secret API key grants unrestricted access to Padiwise's API and authorizes all API calls. If there's any suspicion of a security breach, the secret key can be reset directly from your Padiwise dashboard. To access Padiwise endpoints, you must first obtain an access token by sending a request to the login endpoint using the OAuth 2.0 protocol.
The Authorization
header should be formatted as: