Documentation
POST/apple-app/test-credentials
Test Apple credentials
Validates Apple App Store Connect credentials against the Apple API without saving anything. Returns the app name on success.

Request Body

Bodyapplication/json
FieldTypeNotes
keyId
string
required
issuerId
string
storeId
string
required
privateKey
string
required
isIndividualKey
boolean
GET/apps/{appId}/apple-app
Get App Store credentials
Returns Apple App Store Connect credentials including Key ID, Issuer ID, Store ID, and vendor number.

Parameters

appIdpathrequired
string
PUT/apps/{appId}/apple-app
Update App Store credentials
Updates Apple App Store Connect credentials with support for partial updates of individual fields.

Parameters

appIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
keyId
string
issuerId
string
storeId
string
privateKey
string
vendorNumber
string
isIndividualKey
boolean