Customer Migrations Guide: Requesting Data
In the previous section, we walked through the steps of validating, staging, and creating an
account in Kraken. Throughout this process, you may find it necessary to retrieve information
about the ongoing state of the migration, such as which accounts have been successfully
imported, which are pending import etc. For such inquiries, the following endpoints are at your
disposal.
Overview
Use this endpoint to find out the status of a single account import process.
Possible statuses:
UNKNOWN
- An account has not been created yet in Kraken.PENDING
- An account has been created in Kraken, but the industry switch has not started yet.IN_PROGRESS
- An account has been created in Kraken and the industry switch is in progress.REJECTED
- An account has been created in Kraken, but the industry switch has been rejected.COMPLETED
- An account has been created in Kraken and the industry switch has completed.
GET https://api.oefr-kraken.energy/v1/data-import/account-transfer-status/<import-supplier-code>/<external-account-number>/
Responses
The following responses may be returned from the API.
Status code | Description |
---|
Overview
Use this endpoint to list all accounts for import, whether they are pending (their data has been staged) or have had a Kraken account created.
GET https://api.oefr-kraken.energy/v1/data-import/all-account-import-processes/<import-supplier-code>/
Responses
The following responses may be returned from the API.
Status code | Description |
---|
Overview
Use this endpoint to list all accounts pending import (their data has been staged).
GET https://api.oefr-kraken.energy/v1/data-import/pending-account-import-processes/<import-supplier-code>/
Responses
The following responses may be returned from the API.
Status code | Description |
---|
Overview
Use this endpoint to list all accounts that have been imported and now have a Kraken account.
GET https://api.oefr-kraken.energy/v1/data-import/imported-account-import-processes/<import-supplier-code>/
Responses
The following responses may be returned from the API.
Status code | Description |
---|