ChannelApe Blog

New ChannelApe Feature: API Accounts

Written by Jordan Stokes | Dec 20, 2021 10:40:06 PM

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/