The AccessInfo object is used to specify access information.
AccessInfo Parameters
| Name |
Type |
Description |
VendorId
|
String |
Vendor identifier is a Guid string.
|
WebApiKey
|
String |
API key is a Guid string.
|
* Required parameters are marked with
bold font.
Example Request
{
"VendorId": "0000000000000000000000000000000",
"WebApiKey": "2222222222222222222222222222222"
}