{
  "name": "ApiSkills — Bearer Auth",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger-bearer",
      "name": "When clicking Test workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [0, 0]
    },
    {
      "parameters": {
        "url": "https://api.aiwf.in/playground/auth/bearer",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [{ "name": "Authorization", "value": "Bearer PASTE_YOUR_BEARER_TOKEN" }]
        },
        "options": {}
      },
      "id": "http-bearer",
      "name": "HTTP Request (Bearer)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [240, 0]
    }
  ],
  "connections": {
    "When clicking Test workflow": {
      "main": [[{ "node": "HTTP Request (Bearer)", "type": "main", "index": 0 }]]
    }
  },
  "settings": {},
  "meta": {
    "apiskills": "Send your app's bearer token (bt_...) in the Authorization header. Replace api.aiwf.in with your API domain."
  }
}
