ChannelEngine: get API access
About this article
This article describes how to create an API key within the ChannelEngine web application.
Create an API key
To create an API key in your ChannelEngine account, go to Settings > Merchant API keys. Select Add, enter a name to describe the key, and select Add again.
The newly created API key can be tested via the OpenAPI/Swagger reference (e.g.: https://YourAccount.channelengine.net/api/swagger/index.html) or with an API tool like Postman. You can also test it via one of the pre-built API clients, or using your own implementation.
NB: make sure that you are using the correct URL when connecting to ChannelEngine, and not demo.channelengine.net. Using the demo account results in the following error:
{ "StatusCode": 401, "LogId": null, "Success": false, "Message": "API key is unknown: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "ValidationErrors": {} }
.
Comments
0 comments
Article is closed for comments.