

# GetAllianceLeadContact


Retrieves the alliance lead contact information for a partner account.

## Request Syntax


```
{
   "Catalog": "string",
   "Identifier": "string"
}
```

## Request Parameters


For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

**Note**  
In the following list, the required parameters are described first.

 ** [Catalog](#API_account_GetAllianceLeadContact_RequestSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-request-Catalog"></a>
The catalog identifier for the partner account.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z0-9-]+`   
Required: Yes

 ** [Identifier](#API_account_GetAllianceLeadContact_RequestSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-request-Identifier"></a>
The unique identifier of the partner account.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `(partner-[A-Za-z0-9]{13}|arn:[a-z-]+:partnercentral:[a-z0-9-]+:[0-9]{12}:catalog/[A-Za-z-_]+/partner/partner-[A-Za-z0-9]{13})`   
Required: Yes

## Response Syntax


```
{
   "AllianceLeadContact": { 
      "BusinessTitle": "string",
      "Email": "string",
      "FirstName": "string",
      "LastName": "string"
   },
   "Arn": "string",
   "Catalog": "string",
   "Id": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [AllianceLeadContact](#API_account_GetAllianceLeadContact_ResponseSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-response-AllianceLeadContact"></a>
The alliance lead contact information including name, email, and business title.  
Type: [AllianceLeadContact](API_account_AllianceLeadContact.md) object

 ** [Arn](#API_account_GetAllianceLeadContact_ResponseSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-response-Arn"></a>
The Amazon Resource Name (ARN) of the partner account.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `arn:[a-z-]+:partnercentral:[a-z0-9-]+:[0-9]{12}:catalog/[A-Za-z-_]+/partner/partner-[A-Za-z0-9]{13}` 

 ** [Catalog](#API_account_GetAllianceLeadContact_ResponseSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-response-Catalog"></a>
The catalog identifier for the partner account.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[a-zA-Z0-9-]+` 

 ** [Id](#API_account_GetAllianceLeadContact_ResponseSyntax) **   <a name="AWSPartnerCentral-account_GetAllianceLeadContact-response-Id"></a>
The unique identifier of the partner account.  
Type: String  
Pattern: `partner-[A-Za-z0-9]{13}` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
The request was denied due to insufficient permissions. The caller does not have the required permissions to perform this operation.    
 ** Reason **   
The specific reason for the access denial.
HTTP Status Code: 400

 ** InternalServerException **   
An internal server error occurred while processing the request. This is typically a temporary condition and the request may be retried.  
HTTP Status Code: 500

 ** ResourceNotFoundException **   
The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.    
 ** Reason **   
The specific reason why the resource was not found.
HTTP Status Code: 400

 ** ThrottlingException **   
The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.    
 ** QuotaCode **   
The quota code associated with the throttling error.  
 ** ServiceCode **   
The service code associated with the throttling error.
HTTP Status Code: 400

 ** ValidationException **   
The request failed validation. One or more input parameters are invalid, missing, or do not meet the required format or constraints.    
 ** ErrorDetails **   
A list of detailed validation errors that occurred during request processing.  
 ** Reason **   
The reason for the validation failure.
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/partnercentral-account-2025-04-04/GetAllianceLeadContact) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/partnercentral-account-2025-04-04/GetAllianceLeadContact) 