---
title: "List credentials"
method: GET
path: "/api/v1/Account/{auth_id}/trunks/credentials"
tags: ["Credentials"]
---

# List credentials

`GET /api/v1/Account/{auth_id}/trunks/credentials`

Retrieve all SIP credentials on the account.

## Path parameters

- `auth_id` string, required

## Response `200`

List of credentials

- object
  - `meta` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required
  - `objects` object[], required
    - `id` string, required
    - `account_id` string, required
    - `username` string, required
    - `password` string, required
    - `realm` string, required
    - `enabled` boolean, required
    - `created_at` string, required
    - `updated_at` string, required

---

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