GetPaidX docs

The end-user manual for public and signed-in product features.

Search docs

Keyword search across docs titles, summaries, headings, and curated keywords.

API and Account ControlsUpdated 2026-05-18

API Tokens, Webhooks, and Account Controls

The browser-level guide to PATs, token scope groups, webhooks, notifications, usage, AI credits, and custom domains.

Personal access tokens

Personal access tokens exist for users who want to use the app programmatically instead of only through the browser.

From an end-user standpoint, a PAT is the account-approved key that lets your own tools or scripts act on the app's API according to the scopes you choose.

The settings page groups scopes by the kind of work the token can do:

GroupExamples
ContentRead or write posts, places, and artifacts
WorkspaceStart sessions, manage workspace settings, or inspect automation runs
BillingRead billing state, create checkout URLs, manage subscriptions, or start payout setup
AccountManage notifications, memberships, sharing, webhooks, and token settings

Agents and scripts should read /api/programmatic/catalog before assuming which routes support PAT auth. The catalog is the live route map for token-supported automation.

Webhooks

Webhooks let GetPaidX notify your external system when subscribed events happen.

Use them when you want your own system to react automatically instead of polling for changes.

The practical questions to answer before enabling one are:

  • which events you care about,
  • where the webhook should send data,
  • whether the receiving endpoint is ready to verify signatures and handle retries.

Notifications and usage

Notification settings control how much of the app's activity reaches you through in-app and email channels.

Usage surfaces are where you monitor platform usage, AI-credit or usage-related status, and limits that affect how your account can use the system.

These pages are about account control and clarity, not about punishment or hidden restrictions.

Custom domains

Custom domains let eligible users map a branded hostname to their public app presence.

This feature matters when you want the product experience to feel native to your own brand instead of living only on the default GetPaidX host.

The browser settings pages are the end-user setup layer. The programmatic API catalog explains the request-level API behavior once those settings are in place.

Start with Programmatic API catalog and token scopes when a script, workspace agent, or external integration needs to know which token scopes are required.

Most common account jobs

This page is the right starting point when you want to:

  • create a PAT for your own scripts or tools,
  • connect a webhook endpoint for account-level events,
  • understand where notifications and usage controls fit around automation,
  • decide whether branded-host setup belongs in your current account workflow.
    API Tokens, Webhooks, and Account Controls | GetPaidX docs | HotDocx