{
  "info": {
    "name": "VAJRA-SHIELD Client Core API",
    "description": "Essential Client Onboarding & Core APIs for VAJRA-SHIELD",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://api.vajra-shield.com",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Auth",
      "item": [
        {
          "name": "Login",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/auth/login",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "auth",
                "login"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        }
      ]
    },
    {
      "name": "Attestation",
      "item": [
        {
          "name": "Attest Challenge",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/attest/challenge",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "attest",
                "challenge"
              ]
            }
          }
        },
        {
          "name": "Attest Submit",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/attest/submit",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "attest",
                "submit"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        }
      ]
    },
    {
      "name": "PQC",
      "item": [
        {
          "name": "Pqc Handshake",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/handshake",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "handshake"
              ]
            }
          }
        },
        {
          "name": "Pqc Generate Keys",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/generate",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "generate"
              ]
            }
          }
        },
        {
          "name": "Pqc Encrypt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/encrypt",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "encrypt"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        },
        {
          "name": "Pqc Decrypt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/decrypt",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "decrypt"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        },
        {
          "name": "Pqc Heartbeat",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/heartbeat",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "heartbeat"
              ]
            }
          }
        },
        {
          "name": "Pqc Sign Falcon",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/sign/falcon",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "sign",
                "falcon"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        },
        {
          "name": "Pqc Verify Falcon",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/pqc/verify/falcon",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "pqc",
                "verify",
                "falcon"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{}"
            }
          }
        }
      ]
    },
    {
      "name": "Default",
      "item": [
        {
          "name": "Health",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/health",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "health"
              ]
            }
          }
        }
      ]
    }
  ]
}