---
title: "Find api credentials"
method: GET
path: "/me/api/credentials"
tags: ["me"]
---

# Find api credentials

`GET /me/api/credentials`

Searches for all credentials generated by user. Returns a paged list of the API credentials. Only ACCOUNT_HOLDER can invoke this API. For authentication use account credentials.

## Query parameters

- `name` string
- `fields` string
- `limit` integer
- `offset` integer

## Response `200`

successful operation

- ApiCredentialPage — ~
  - `items` object[] — A list of returned items
    - `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
  - `limit` integer — A maximum number of returned items. If items.size() < limit assume no more items
  - `offset` integer — An offset from a start of paging source
  - `totalCount` integer — Total count of available results. -1 if unknown

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