GET
/api/healthReturns runtime status, environment, and domain metadata.
api.theomnix.net
A Next.js and TypeScript callback service for `api.theomnix.net` with Zod validation, secure OAuth handling, and Vercel-ready deployment.
/api/healthReturns runtime status, environment, and domain metadata.
/api/contactValidates and accepts a contact form submission.
/auth/tiktok/startStarts TikTok OAuth and redirects the user to TikTok.
/auth/tiktok/callbackValidates the state, exchanges the code for tokens, stores them temporarily, and redirects to the frontend completion page.
/auth/tiktok/sessionReturns the temporarily stored TikTok session, granted scopes, and fetched user profile for a given open_id.
curl -i https://api.theomnix.net/auth/tiktok/start?scope=user.info.basic