Skip to main content
GET
cURL
Only returns the selected source. The official list does not create a Zernio tenant or run a Zernio sync. An empty array means success with no accounts; failed responses are not empty lists. provider is required: tiktok_direct or zernio. It constrains the operation and never rewrites the stored source. Missing or unknown values return 400 invalid-provider. Use an OmniMux user access token and New-Api-User, not an sk- key. Inspect success as well as HTTP status; some upstream failures return HTTP 200 with success:false. CLI 0.4.0: run omnimux update (binary) or npm install -g @omnimux/cli@0.4.0 (npm), then use omnimux social accounts --provider zernio or --provider tiktok_direct. Update saved scripts as well. See API Updates.

Authorizations

Authorization
string
header
required

OmniMux user access token, not an sk- API key.

New-Api-User
string
header
required

Current authenticated user ID.

Query Parameters

provider
enum<string>
required

Required expected source; never changes the stored account or post provider.

Available options:
tiktok_direct,
zernio

Response

Check success before reading data. Generic upstream errors may use HTTP 200 with success:false.

success
enum<boolean>
required
Available options:
true
data
object
required