Authentication
Generate a personal access token by going to Settings > Developer in the app. If you do not see this page, please contact [email protected].
Send HTTP requests with:
- Headers
- Authorization: Bearer YOUR_ACCESS_TOKEN
- Accept: application/json
- Query parameters
- All endpoints require you to send account_id=FILL_IN_ID as a query parameter to specify which account you are requesting.
Endpoints
USA base URL is https://api.panelfox.io/v1
EU base URL is https://api.eu.panelfox.io/v1