---
title: "get all api keys for an account"
method: GET
path: "/ApiKeys"
tags: ["Accounts"]
---

# get all api keys for an account

`GET /ApiKeys`

## Response `200`

list of api keys

- ApiKey[]
  - `api_key_sid` string, uuid, required
  - `token` string, uuid, required
  - `account_sid` string, uuid
  - `service_provider_sid` string, uuid
  - `expires_at` string, date-time
  - `created_at` string, date-time
  - `last_used` string, date-time

## Other responses

- `404` — account not found
- `500` — system error

---

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