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

# Generate Personal Access Token



## OpenAPI

````yaml POST /auth/generate_pat
openapi: 3.1.0
info:
  title: OPEN API V3
  version: 1.0.0
  description: >-
    <img
    src="https://content.pstmn.io/4f857c87-5f73-40e7-8055-076434623fe6/djMuZHJhd2lvICgxKS5wbmc="
    alt="">
servers: []
security: []
paths:
  /auth/generate_pat:
    parameters: []
    post:
      summary: Generate Personal Access Token
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                xignatureId:
                  type: string
            example:
              xignatureId: pandusep2508
      responses:
        '201':
          headers:
            Date:
              schema:
                type: string
              example: Tue, 27 Jun 2023 08:46:36 GMT
            Server:
              schema:
                type: string
              example: Apache
            Content-Security-Policy:
              schema:
                type: string
              example: >-
                default-src 'self'; font-src *;img-src * data:; script-src *;
                style-src *
            Cross-Origin-Embedder-Policy:
              schema:
                type: string
              example: require-corp
            Cross-Origin-Opener-Policy:
              schema:
                type: string
              example: same-origin
            Cross-Origin-Resource-Policy:
              schema:
                type: string
              example: same-origin
            Origin-Agent-Cluster:
              schema:
                type: string
              example: '?1'
            Referrer-Policy:
              schema:
                type: string
              example: strict-origin
            Strict-Transport-Security:
              schema:
                type: string
              example: max-age=31536000; includeSubDomains; preload
            X-Content-Type-Options:
              schema:
                type: string
              example: nosniff
            X-DNS-Prefetch-Control:
              schema:
                type: string
              example: 'off'
            X-Download-Options:
              schema:
                type: string
              example: noopen
            X-Frame-Options:
              schema:
                type: string
              example: SAMEORIGIN
            X-Permitted-Cross-Domain-Policies:
              schema:
                type: string
              example: none
            X-XSS-Protection:
              schema:
                type: integer
              example: 1; mode=block
            Vary:
              schema:
                type: string
              example: Origin,Accept-Encoding
            Access-Control-Allow-Credentials:
              schema:
                type: boolean
              example: 'true'
            Permissions-Policy:
              schema:
                type: string
              example: >-
                geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()
            Content-Type:
              schema:
                type: string
              example: application/json; charset=utf-8
            ETag:
              schema:
                type: string
              example: W/"46-7Op/Lib9HxxtmEUFMvWecLgme7U-gzip"
            Content-Encoding:
              schema:
                type: string
              example: gzip
            Content-Length:
              schema:
                type: integer
              example: '90'
            Keep-Alive:
              schema:
                type: string
              example: timeout=15, max=98
            Connection:
              schema:
                type: string
              example: Keep-Alive
          description: Generate Personal Access Token
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    nullable: true
                  data:
                    type: object
                    properties:
                      token:
                        type: string
              example:
                error: null
                data:
                  token: tcPDrBLYsAGzwHijVFFRTOWzfFFT0gAD7GWT

````