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
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{ access_token }}'