---
title: "Create a credential"
method: POST
path: "/api/v1/Account/{auth_id}/credentials"
tags: ["Credentials"]
---

# Create a credential

`POST /api/v1/Account/{auth_id}/credentials`

Create SIP credentials for trunk authentication.

## Path parameters

- `auth_id` string, required

## Request body

- object
  - `username` string, required
  - `password` string, required

## Response `200`

Success

- object
  - `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

## Other responses

- `201` — Credential created

---

[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)
