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

# Generate API Key

> This endpoint is used to generate an the API Key which can be used to authorize transactions and more

<Note>
  Please pass the token from the magic link email in the `Authorization` header as a Bearer token to generate your API key.
</Note>


## OpenAPI

````yaml GET /api/v3/auth/api-key
openapi: 3.0.0
info:
  title: KOTANI PAY API PLATFORM
  description: ''
  version: '3.0'
  contact: {}
servers:
  - url: https://sandbox-api.kotanipay.io
    description: Sandbox
security: []
tags: []
paths: {}

````