CreatorSync

This section covers the CreatorSync server function.

The CreatorSync function is used to securely upload customer lists into the ethos platform. A token is required for making authenticated requests to this API.

Usage

POST /api/upload/creatorsync/csv

Parameters

  • req: The request object
  • res: The response object

Request Object

  • CreatorID string($uuid)

  • AssetID string($uuid)

  • DataFile string($binary)

Response Object

Code: 200 (OK)

Binary Strings

This API expects the "DataFile" string to be provided in a .csv format for ease of use and ability to process thousands of records efficiently.

The format of the .csv will be provided by your Account Manager.