---
title: "Get eBill registration"
method: GET
path: "/v1/ebill-registration/accounts/{accountId}"
tags: ["eBill registration"]
---

# Get eBill registration

`GET /v1/ebill-registration/accounts/{accountId}`

Retrieve eBill registration information.

## Path parameters

- `accountId` integer, required

## Headers

- `Idempotency-key` string, required

## Response `200`

Response Body

- EbillGetEbillResponse
  - `id` string — Registration ID.
  - `client_request_id` string — Client request ID.
  - `external_id` string — Provider's external ID.
  - `status` string — Registration status.
  - `document_number` string — Document number.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
