> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging.termii.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Token allows businesses generate, send and verify one-time-passwords.

The Token API is organised around using HTTP verbs and REST. Our API accepts and returns JSON formatted payload.

## Quick Navigation

<CardGroup>
  <Card title="Send Token" icon="square-code" href="/switch/token/send-token">
    Request new Sender IDs and retrieve their status
  </Card>

  <Card title="Voice Token" icon="square-code" href="/switch/token/voice-token">
    Send messages to customers across our messaging channels
  </Card>

  <Card title="Voice Call" icon="square-code" href="/switch/token/voice-call">
    Send messages to customers using autogenerated messaging numbers
  </Card>

  <Card title="Email Token" icon="square-code" href="/switch/token/email-token">
    Request and send template messages across different messaging channels
  </Card>
</CardGroup>

<CardGroup>
  <Card title="Verify Token" icon="square-code" href="/switch/token/verify-token">
    Request new Sender IDs and retrieve their status
  </Card>

  <Card title="In-App Token" icon="square-code" href="/switch/token/in-app-token">
    Send messages to customers across our messaging channels
  </Card>
</CardGroup>
