403 Forbidden error

Hello Apple Developer Support,

I am facing an issue when attempting to use the App Store Connect API with my API key. While basic access (e.g., /v1/apps) works correctly, any requests related to Certificates, Identifiers & Profiles (CIP) are failing with a 403 Forbidden error. Here are the details of the request and validation results: JWT Details: { "header": { "alg": "ES256", "kid": "2XLW343BLM", "typ": "JWT" }, "payload": { "iss": "9cf6159c-e038-4703-b542-7652242a6dbf", "iat": 1757515277, "exp": 1757516357, "aud": "appstoreconnect-v1" } } Test Results: ✅ /v1/apps?limit=1 → Status: 200 (working) ❌ /v1/bundleIds?limit=1 → Status: 403 Error: Unable to find a team with the given Content Provider ID 9cf6159c-e038-4703-b542-7652242a6dbf to which you belong. ❌ /v1/certificates?limit=1 → Status: 403 Error: This request is forbidden for security reasons. ❌ /v1/profiles?limit=1 → Status: 403 Error: Unable to find a team with the given Content Provider ID. I have already confirmed that: All API keys were generated correctly. All required roles and permissions have been assigned in App Store Connect. It seems that while public access endpoints are functioning, the CIP endpoints are blocked for my account/key. Could you please advise: Why the given Content Provider ID is not being recognized? Whether additional permissions, roles, or configuration are required to enable access to Certificates, Identifiers, and Profiles through the API? If it is possible to reset or refresh my membership/team configuration so that I can successfully access the App Store Connect API endpoints for CIP.

Thank you for your support and guidance. Best regards

Hello Apple Developer Support Team,

Thank you for your assistance. I would like to provide the requested details regarding the error we are facing when using the App Store Connect API.

• Mac usage: This Mac is dedicated to a single development team. • Platform: iOS application signing.

• Deployment type: We are preparing for Ad-hoc/App Store deployment.

Error details: When calling the App Store Connect API with our API Key (Key ID, Issuer ID), we observe:

• /v1/apps?limit=1 → 200 OK • /v1/bundleIds?limit=1 → 403 Forbidden • /v1/certificates?limit=1 → 403 Forbidden • /v1/profiles?limit=1 → 403 Forbidden

The error returned is: Unable to find a team with the given Content Provider ID to which you belong.

Steps already verified:

• The JWT is correctly generated (ES256, valid iat/exp, aud = appstoreconnect-v1).

• The API Key is active in App Store Connect.

• The Developer Program membership is active. It seems the key is associated with an Issuer ID/Provider ID that does not have access to Certificates, Identifiers & Profiles, even though the App Store access is working.

Request: Could you please confirm if the API Key has the required role/permissions for CIP access, or if it was created under a different team/provider than the one associated with our Apple Developer Program membership? Thank you for your support.

Error Fetching Certificates in Codemagic – Content Provider ID Not Found

Hello,

I’m experiencing an issue in Codemagic when trying to fetch certificates from the Apple Developer Portal. The error message I receive is:

Failed to fetch certificates: This request is forbidden for security reasons – Unable to find a team with the given Content Provider ID ‘72df6041-c291-4d95-b690-2a3b75ff72f6’ to which you belong. Please contact Apple Developer Program Support.

I have confirmed that I am logged into the correct Apple Developer account and that I’m using the correct Issuer ID, Key ID, and private key. I have also verified that the API key has the necessary permissions.

I tested the API key with Admin, App Manager, and Developer roles, but the same error occurred each time. The key was created under my team.

Could you please advise me on how to resolve this issue?

Thank you in advance.

I am facing the exactly same problem

I have the same problem. Getting 403 when trying to create a new API Key.

403 Forbidden error
 
 
Q