Connecting to GMOCloudEC
The GMOCloudEC API uses a API key and Token-based authentication.
Using Token Authentication
Your GMOCloudEC APIKey and ManagerID are required to create a connection to GMOCloudEC. APIKey and ManagerID can get from GMOCloudEC Support team. Once you have obtained those properties, set them in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\GMOCloudEC.apip;ProfileSettings='Domain=example.axcommerce-dev.jp;APIKey=myapikey;ManagerId=mymanagerid;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | The API Key in your GMOCloudEC account. |
Domain | Domain you get from your GMOCloudEC URL. |
ManagerId | The ManagerId in your GMOCloudEC account. |