circle-info
Syntrix Is Officially Out

integrations

Integrations connect your link shortener accounts to Syntrix. Each integration is added as a step inside a provider — users must complete every step to earn a key.


Linkvertise

Required fields:

  • Publisher ID — found in your Linkvertise dashboard (numeric, e.g. 123456)

  • Anti-bypass Token — generate this in your Linkvertise account under API settings

Linkvertise links are generated dynamically using the link-to.net redirect format. The callback URL is embedded in the redirect so Linkvertise returns the user to Syntrix after completion.


LootLabs

Required fields:

  • API Token — from the LootLabs Creators dashboard

  • Salt — a secret string you define; used to verify the callback token. Keep this private.

Optional config:

Field
Options
Default

Tier

trending, gaming, profit

trending

Tasks

1–5

3

Theme

classic, sims, minecraft, gta, space

classic

Title

Any string

Checkpoint N

Thumbnail

Image URL

LootLabs creates a content locker per step dynamically. The salt is used to HMAC-verify the token LootLabs sends back on completion.


WorkInk (Work.ink)

Required fields:

  • API Key — from your Work.ink dashboard

Optional config:

Field
Default

Domain

workink.net

Description

Complete the step

YouTube Video ID

WorkInk creates a short link per step dynamically via dashboard.work.ink/_api/v1/link.


EarnPaste

Required fields:

  • API Key — from your EarnPaste account

Optional config:

Field
Options
Default

Timer

2, 5, 8, 15 (seconds)

8

EarnPaste wraps your callback URL and requires the user to wait on the page for the configured timer before continuing.


Custom

Use this if you have your own link shortener or a custom ad wall.

Required fields:

  • Base URL — the URL to redirect users to. Syntrix appends ?callback=...&session=...&step=... as query params

Optional fields:

  • Callback URL — if set, Syntrix POSTs a JSON payload here when a step starts: { event, scriptId, sessionId, stepIndex, hwid, verifyUrl }

  • API Key — sent as X-Api-Key header in the callback POST


Testing an Integration

After creating an integration, click Test in the integrations list. This pings the provider's API directly to confirm your credentials are valid before you attach it to a provider.