added
Monitoring Status in API Endpoints
almost 3 years ago by [email protected]
- Modified REST API endpoints:
- Changed GET /accounts/{account_id} and GET /accounts
- New
monitoring_status
in thedata
field, indicating the ability of Pinwheel to automatically monitor for data changes in the payroll account.
- New
- Changed GET /accounts/{account_id} and GET /accounts
- New REST API endpoints:
- Added POST /accounts/{account_id}/disable_monitoring
- This is a renaming of the
POST /accounts/{account_id}/disconnect
REST API endpoint. We are coordinating with customers currently using this endpoint to sunset usage and transition to the new endpoint.
- This is a renaming of the
- Added POST /accounts/{account_id}/disable_monitoring