---
title: "Find a specific api credential"
method: GET
path: "/me/api/credentials/{id}"
tags: ["me"]
---

# Find a specific api credential

`GET /me/api/credentials/{id}`

Returns an API credential instance for a given api credential id. Only ACCOUNT_HOLDER can invoke this API. For authentication use account credentials.

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Response `200`

successful operation

- ApiCredential — An object represents API user in CallFire system. Use /me/api/credentials endpoint to manage API users on your account
  - `id` integer — An id of an API credential
  - `name` string — A name of an API credential
  - `username` string — Username for credential
  - `password` string — A password for credential
  - `enabled` boolean — Is credential enabled

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
