book-icon
Featured Resources
birdies-case-study-image
Case Study
Birdies
See how Birdies improved their operations with ChannelApe all in the midst of peak season.
Read Story
The Definitive Guide to 3PL’s-min
eBook
The definitive guide to 3PL
Get the information and insights you need to make better-informed decisions for your business.
Download Now
Saysh Shoes-1
Case Study
Saysh
When Saysh saw a 1000% increase in order volume for their holiday sale, they successfully fulfilled every order—without overselling.
Read Story
Login
Book a Tour
ChannelApe

New ChannelApe Feature: API Accounts

API Accounts are a new feature that will allow outside developers to integrate with ChannelApe’s platform without having to create a regular user to use as the API account.


ChannelApe now supports API Accounts.

API Accounts are a new feature that will allow outside developers to integrate with ChannelApe’s platform without having to create a regular user to use as the API account.

To set up an API Account for your business, navigate to the new Settings page. Here, you will be able to manage the Accounts that have access to your business’s data. Create an API account by clicking the ‘create’ button in the API Accounts section. All you need to specify is the name. Once you create it, then you will be shown a private key. Save or copy this because it only is shown once. The private key is then used in API requests as the value of the ‘X-Channel-Ape-Authorization-Token’ header.

curl –request GET \
–url ‘https://api.channelape.com/v1/actions?size=5&endDate=2016-03-23T12:42:21.338Z&businessId=&startDate=2016-03-01T12:41:21.338Z&lastKey=’ \
–header ‘Content-Type: application/json’ \
–header ‘X-Channel-Ape-Authorization-Token: ’

For a comprehensive view on what you can do with ChannelApe’s APIs then check out our API documentation:
https://docs.channelape.io/

Similar posts