List Accounts
GET/api/v1/accounts
Retrieves a paginated list of all accounts in your organization. This endpoint returns information about all the accounts that are being backed up by Rewind, including their current backup status, last backup time, and platform type (e.g., Shopify, Trello, Jira). Use this endpoint to get an overview of all your accounts, and monitor backup status across your organization.
Request
Responses
- 200
- 400
- 401
- 422
- 429
successful
bad request
unauthorized
unprocessable entity
too many requests
Response Headers
X-RateLimit-Limit
Your request allowance for the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Unix time (seconds) at which the window resets.
Retry-After
Seconds to wait before retrying.