aYOUne
← API Reference

Export API

Data exports, channels, configurations

Base URL: https://export-api.ayoune.app — 5 entities

Beispiel

cURL

curl -H "Authorization: Bearer pat_your_token" \
  https://export-api.ayoune.app/assignmentchannels?limit=10

TypeScript SDK

import { aYOUne } from '@tolinax/ayoune';
const ay = new aYOUne('pat_your_token');

const result = await ay.export.assignmentChannels.find().limit(10).exec();
console.log(result.payload());

Entities

EntityREST PathSDKZugriffRight
AssignmentChannels /assignmentchannels ay.export.assignmentChannels CRUD export.assignmentchannels play_circle
ConsumerChannels /consumerchannels ay.export.consumerChannels CRUD export.consumerchannels play_circle
ExportConfigs /exportconfigs ay.export.exportConfigs CRUD export.exportconfigs play_circle
Exports /exports ay.export.exports CRUD export.exports play_circle
ProductChannels /productchannels ay.export.productChannels CRUD export.productchannels play_circle