List Apple API credentials for a specific user
List Apple API credentials for a specific Bitrise user
Path parameters
-
user-slug
string Required User slug
GET
/users/{user-slug}/apple-api-credentials
curl \
--request GET 'https://api.bitrise.io/v0.1/users/{user-slug}/apple-api-credentials' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"created_at": "string",
"is_enterprise_account": true,
"issuer_id": "string",
"key_id": "string",
"name": "string",
"slug": "string",
"updated_at": "string"
}
]
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}