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

# List Apple API credentials for a specific organization

`GET /organizations/{org-slug}/apple-api-credentials`

List Apple API credentials for a specific Bitrise Workspace

## Path parameters

- `org-slug` string, required

## Response `200`

OK

- V0OrganizationAppleAPICredentialsListResponse
  - `data` V0OrganizationAppleAPICredentialResponseItem[]
    - `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/revisions/89468e4a014b/schema)
