API User Guide
This document details how to secure API endpoints using authentication. If you want to call the public API, you need to complete two steps.
Step 1: Get Client ID and Secret Key
Step 2: Get access token
curl example:
curl -v -X POST "https://reseller-api.data4peace.com/v2/oauth2/token" \
-u "CLIENT_ID:SECRET_KEY"postman example:

sample response:
Make API calls
Last updated