GET partnerprofile/validate?developerEmail={developerEmail}&customerNumber={customerNumber}&url={url}
Determines if partner profile is valid for specific api / resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
developerEmail |
Developer email address registered in APIM |
string |
Required |
customerNumber |
Customer Number |
string |
Required |
url |
Original URL from APIM |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>