Password Pusher API v2
BETAComprehensive REST API documentation for integrating Password Pusher into your applications
Beta Notice: API v2 is currently in beta. While we've made every effort to ensure stability, there may be breaking changes before the final release. We welcome your feedback!
Workspaces
Workspaces are how Password Pusher organizes pushes and requests for teams and individuals. A user can belong to multiple workspaces. When creating pushes or requests, target a specific workspace by passing the workspace_id parameter with the workspace id.
Note: This parameter was previously named account_id and renamed to workspace_id. The legacy account_id name is still accepted for backward compatibility.
By default, you have one workspace. On pwpush.com, you can create additional workspaces for your team or organization. In Self-Hosted Pro, only one workspace is created for you.
List workspaces with GET /api/v2/workspaces or the equivalent GET /api/v1/workspaces. In API v1 and v2, the legacy paths GET /api/v1/accounts and GET /api/v2/accounts return the same JSON.