Contents
What are the error codes for partner API REST?
Required authentication information is either missing or not valid for the resource. Access is denied to the requested resource. The user might not have enough permission. Important: if conditional access policies are applied to a resource, HTTP 403; Forbidden error=insufficent_claims may be returned.
Why is my partner API not accepting my request?
Cannot process the request because it is malformed or incorrect. Required authentication information is either missing or not valid for the resource. Access is denied to the requested resource. The user might not have enough permission.
When do I use the Address Validation API?
The address validation API should only be used for pre-validation of customer profile updates. Use it with the understanding that if the country is the United States, Canada, China, or Mexico, the state field is validated against a list of valid states for the respective country.
What do the status codes on partner center mean?
The Partner Center REST APIs return a JSON object that contains a status code. This code that indicates whether your request was successful or why it failed. A 2xx status code indicates that the client’s request was successfully received, understood, and accepted. The following 4xx and 5xx status codes indicate an error:
Where can I find the Microsoft partner API?
Search for the Microsoft Partner (Microsoft Dev Center) API (4990cffe-04e8-4e8b-808a-1175604b879f). Set the Delegated Permissions to Partner Center. For the application you registered, choose Properties and then select copy the Application ID. Choose Settings, then choose Certificates & Secrets.
Can you use app only authentication in partner center?
If you would like to use app-only authentication to access the Partner Center REST API, .NET API, Java API, or PowerShell module then you can do so by using the following instructions. The Partner Center Java SDK is commonly used by partners to manage their Partner Center resources.