---
title: "Create an Account"
method: POST
path: "/v1/suppliers/accounts"
tags: ["Supplier Integration"]
---

# Create an Account

`POST /v1/suppliers/accounts`

Create an account with credentials for the utility website. The service will use these details to log in and scrape data.

## Request body

- CreateAccountRequest
  - `email` string, email — Email for utility supplier account
  - `password` string — Password for utility supplier account
  - `referenceId` string — Business identifier
  - `supplier` string — Type of utility supplier
  - `expiryDate` string, date-time — Optional expiration date for account credentials
  - `isTest` boolean — Optional. Marks the account as a test account. Test accounts are deleted after 30 days.

## Response `200`

Account created successfully

- CreateAccountResponse
  - `referenceId` string — Reference identifier
  - `id` string — Account identifier
  - `status` 'PASSING' | 'FAILING' — Account connection status
  - `reason` string — Reason for failing
  - `isTest` boolean — Test accounts are deleted after 30 days.
  - `createdAt` string, date-time — Date the account was created

## Other responses

- `4XX` — Client error response

---

[API](https://skmtc.net/voltview/apis/voltview-api.md) · [All operations](https://skmtc.net/voltview/apis/voltview-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voltview/voltview-api/revisions/d90c739b55df/schema)
