Connecting to RakurakuMeisai
The RakurakuMeisai API uses a token-based authentication.
Using Token Authentication
Your RakurakuMeisai API Key, Domain and Account are required to create a connection to RakurakuMeisai. API Key can be generated in the RakurakuMeisai user settings page. The Domain and Account can be found from the your environment URL. Once you have obtained those properties, set them in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\RakurakuMeisai.apip;ProfileSettings='APIKey=my_api_key;Account=my_account_name;Domain=my_domain_name;'
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 |
Account | Account you get from your RakurakuMeisai URL. |
APIKey | Api Key you get from your RakurakuMeisai api management page. |
Domain | Domain you get from your RakurakuMeisai URL. |