Authentication

Authentication — Email verification API access

Use dashboard-issued or x402-issued bearer tokens for REST and MCP email verification API access.

Authentication

Relentless Identity uses bearer tokens for direct REST and MCP access.

Bearer authentication

Send your token in the Authorization header:

Code snippet
Authorization: Bearer relid_pat_...

Where to get a token

  • Generate a token from the dashboard on the Personal Access Token page.
  • Or sign in and fund your account through the dashboard crypto checkout if you want a dashboard-managed crypto balance.
  • Or buy an accountless prepaid bundle through the x402 crypto payment flow.

What the token is used for

  • Direct REST requests to client/attempt, client/probe, and client/probe/batch
  • Direct REST requests to account and background job endpoints such as client/usage, client/history, and client/jobs/*
  • MCP installation and authenticated MCP tool calls

Scope expectations

Dashboard-issued bearer tokens are the normal way to authenticate both REST and MCP traffic.

Accountless x402 purchases return the same relid_pat_... bearer token format after settlement, so downstream REST and MCP clients do not need a second auth protocol.

For MCP OAuth installations, the current grouped capability scopes are:

  • mcp:identity
  • mcp:account
  • mcp:jobs

Those grouped scopes map to the MCP tool families rather than to individual tool names.

Keep in mind

  • Tokens are shown once when issued or rotated.
  • If you rotate a token, update any saved REST or MCP configuration that uses it.
  • Treat tokens like passwords and store them in your normal secret management workflow.
  • A valid token does not override temporary synchronous capacity limits. If the API returns 429, retry later or switch to a background job endpoint.

Agent-ready docs

Copy this page or hand an agent `llms.txt`

Copy the current page as Markdown, or copy `llms.txt` when you want to give an assistant a clean index of the docs, reference, and related pages.

Open llms.txt

Companion routes

Reference, pricing, and access

Jump from the guides into the live API reference, pricing, or token management when you are ready to move from evaluation to production use.