Get a pending import
GET/api/v1/pending-imports/:id
Returns a single pending import by ID. The record must belong to an account owned by the authenticated user.
Request
Responses
- 200
- 401
- 404
- 500
The pending import record with account details.
Authentication required.
Pending import not found.
Server error.