---
title: "list accounts"
method: GET
path: "/Accounts"
tags: ["Accounts"]
---

# list accounts

`GET /Accounts`

## Response `200`

list of accounts

- Account[]
  - `account_sid` string, uuid, required
  - `name` string, required
  - `sip_realm` string
  - `registration_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `device_calling_application_sid` string, uuid
  - `service_provider_sid` string, uuid, required

## Other responses

- `500` — system error

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/e4dc0ac5477d/schema)
