---
title: "List Apple API credentials for a specific user"
method: GET
path: "/users/{user-slug}/apple-api-credentials"
tags: ["apple-api-credentials"]
---

# List Apple API credentials for a specific user

`GET /users/{user-slug}/apple-api-credentials`

List Apple API credentials for a specific Bitrise user

## Path parameters

- `user-slug` string, required

## Response `200`

OK

- V0AppleAPICredentialsListResponse
  - `data` V0AppleAPICredentialResponseItem[]
    - `created_at` string
    - `is_enterprise_account` boolean
    - `issuer_id` string
    - `key_id` string
    - `name` string
    - `slug` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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