{
  "_type": "export",
  "__export_format": 4,
  "resources": [
    {
      "_id": "wrk_rtfc",
      "_type": "workspace",
      "name": "RTFC API (v1)"
    },
    {
      "_id": "env_rtfc",
      "_type": "environment",
      "parentId": "wrk_rtfc",
      "name": "Base",
      "data": {
        "baseUrl": "https://api.faktolumo.eu",
        "token": "rtfc_\u2026"
      }
    },
    {
      "_id": "req_1",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/auth/token",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/auth/token",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"username\": \"\\u2026\",\n  \"password\": \"\\u2026\"\n}"
      },
      "description": "Issue Auth Token"
    },
    {
      "_id": "req_2",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/billing/checkout-session",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/billing/checkout-session",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"plan_slug\": \"\\u2026\"\n}"
      },
      "description": "Create Checkout Session"
    },
    {
      "_id": "req_3",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/billing/portal-session",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/billing/portal-session",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Create Portal Session"
    },
    {
      "_id": "req_4",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/claim",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/claim",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"text\": \"\\u2026\"\n}"
      },
      "description": "Submit Claim"
    },
    {
      "_id": "req_5",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/pipeline",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/pipeline",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claims Pipeline"
    },
    {
      "_id": "req_6",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/claims/{claim_id}",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Delete Claim"
    },
    {
      "_id": "req_7",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/{claim_id}/best",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/best",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claim Best"
    },
    {
      "_id": "req_8",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/{claim_id}/cost",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/cost",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claim Cost"
    },
    {
      "_id": "req_9",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/{claim_id}/results",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/results",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claim Results"
    },
    {
      "_id": "req_10",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/{claim_id}/source-segments",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/source-segments",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claim Source Segments"
    },
    {
      "_id": "req_11",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/claims/{claim_id}/votes",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/votes",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Claim Votes"
    },
    {
      "_id": "req_12",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/claims/{claim_id}/winner",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/claims/{claim_id}/winner",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"mode\": \"\\u2026\"\n}"
      },
      "description": "Set Claim Winner"
    },
    {
      "_id": "req_13",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/countries",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/countries",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Countries"
    },
    {
      "_id": "req_14",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Debates"
    },
    {
      "_id": "req_15",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"title\": \"\\u2026\"\n}"
      },
      "description": "Create Debate"
    },
    {
      "_id": "req_16",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates/{debate_id}",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Debate"
    },
    {
      "_id": "req_17",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "PATCH /v1/debates/{debate_id}",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"title\": \"\\u2026\",\n  \"date\": \"\\u2026\"\n}"
      },
      "description": "Update Debate"
    },
    {
      "_id": "req_18",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/debates/{debate_id}",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Delete Debate"
    },
    {
      "_id": "req_19",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates/{debate_id}/claims",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/claims",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Debate Claims"
    },
    {
      "_id": "req_20",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/pause",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/pause",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Pause Debate Research"
    },
    {
      "_id": "req_21",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/resume",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/resume",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Resume Debate Research"
    },
    {
      "_id": "req_22",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates/{debate_id}/stats",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/stats",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Debate Stats"
    },
    {
      "_id": "req_23",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates/{debate_id}/transcript",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/transcript",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Debate Transcript"
    },
    {
      "_id": "req_24",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/transcript-segment",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/transcript-segment",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"text\": \"\\u2026\",\n  \"timestamp\": \"\\u2026\"\n}"
      },
      "description": "Ingest Transcript Segment"
    },
    {
      "_id": "req_25",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/debates/{debate_id}/transcription-cost",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/transcription-cost",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Transcription Cost"
    },
    {
      "_id": "req_26",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/upload-audio",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/upload-audio",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Upload Audio"
    },
    {
      "_id": "req_27",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/upload-media",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/upload-media",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Upload Media"
    },
    {
      "_id": "req_28",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/upload-media/blob",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/upload-media/blob",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Upload Media Blob"
    },
    {
      "_id": "req_29",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/upload-transcript",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/upload-transcript",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Upload Transcript"
    },
    {
      "_id": "req_30",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/debates/{debate_id}/upload-youtube",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/debates/{debate_id}/upload-youtube",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Upload Youtube"
    },
    {
      "_id": "req_31",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/diagnose/dropped-claims",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/diagnose/dropped-claims",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Diagnose Dropped Claims"
    },
    {
      "_id": "req_32",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/diagnose/{claim_id}",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/diagnose/{claim_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Diagnose Claim"
    },
    {
      "_id": "req_33",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/fact-check-queries/{query_id}/vote",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/fact-check-queries/{query_id}/vote",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"vote\": 0\n}"
      },
      "description": "Vote Query"
    },
    {
      "_id": "req_34",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/fact-check-queries/{query_id}/vote",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/fact-check-queries/{query_id}/vote",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Unvote Query"
    },
    {
      "_id": "req_35",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/fact-check-queries/{query_id}/votes",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/fact-check-queries/{query_id}/votes",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Query Votes"
    },
    {
      "_id": "req_36",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/languages",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/languages",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Languages"
    },
    {
      "_id": "req_37",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/media/probe",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/media/probe",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Probe Media Route"
    },
    {
      "_id": "req_38",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/media/{platform}/{external_id}/claim-access",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/media/{platform}/{external_id}/claim-access",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Claim Media Access"
    },
    {
      "_id": "req_39",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/pending-claims",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/pending-claims",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Pending Claims"
    },
    {
      "_id": "req_40",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/plans",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/plans",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Public Plans"
    },
    {
      "_id": "req_41",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/provision/user",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/provision/user",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Provision User"
    },
    {
      "_id": "req_42",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/provision/user/{user_id}",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/provision/user/{user_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Provision Delete User"
    },
    {
      "_id": "req_43",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/provision/user/{user_id}/tokens",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/provision/user/{user_id}/tokens",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Provision Rotate Token"
    },
    {
      "_id": "req_44",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/queue",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/queue",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Queue Status"
    },
    {
      "_id": "req_45",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/results/recent",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/results/recent",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Recent Results"
    },
    {
      "_id": "req_46",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/session/audio-ingest-token",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/session/audio-ingest-token",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"debate_id\": \"\\u2026\"\n}"
      },
      "description": "Audio Ingest Token"
    },
    {
      "_id": "req_47",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/session/client-start",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/session/client-start",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"debate_id\": \"\\u2026\"\n}"
      },
      "description": "Session Client Start"
    },
    {
      "_id": "req_48",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/session/spawn-status/{debate_id}",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/session/spawn-status/{debate_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Session Spawn Status"
    },
    {
      "_id": "req_49",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/session/start",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/session/start",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"debate_id\": \"\\u2026\"\n}"
      },
      "description": "Session Start"
    },
    {
      "_id": "req_50",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/session/stop",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/session/stop",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"debate_id\": \"\\u2026\"\n}"
      },
      "description": "Session Stop"
    },
    {
      "_id": "req_51",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/session/transcript-db",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/session/transcript-db",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Transcript Db"
    },
    {
      "_id": "req_52",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/sources",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/sources",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Sources"
    },
    {
      "_id": "req_53",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/stream",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/stream",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Stream Results"
    },
    {
      "_id": "req_54",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/stream/claim/{claim_id}",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/stream/claim/{claim_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Stream Claim Progress"
    },
    {
      "_id": "req_55",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/stream/token",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/stream/token",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Issue Stream Token"
    },
    {
      "_id": "req_56",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/subscriptions/me",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/subscriptions/me",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get My Subscription"
    },
    {
      "_id": "req_57",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/subscriptions/me",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/subscriptions/me",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"plan_slug\": \"\\u2026\"\n}"
      },
      "description": "Change My Plan"
    },
    {
      "_id": "req_58",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/tokens",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/tokens",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Api Tokens"
    },
    {
      "_id": "req_59",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/tokens",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/tokens",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"\\u2026\"\n}"
      },
      "description": "Create Api Token"
    },
    {
      "_id": "req_60",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/tokens/scopes",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/tokens/scopes",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Token Scopes"
    },
    {
      "_id": "req_61",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/tokens/{token_id}",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/tokens/{token_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Revoke Api Token"
    },
    {
      "_id": "req_62",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/usage/me",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/usage/me",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get My Usage"
    },
    {
      "_id": "req_63",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/usage/me/summary",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/usage/me/summary",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get My Usage Summary"
    },
    {
      "_id": "req_64",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/webhook-events",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/webhook-events",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Webhook Events"
    },
    {
      "_id": "req_65",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/webhooks",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/webhooks",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Webhooks"
    },
    {
      "_id": "req_66",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/webhooks",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/webhooks",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"url\": \"\\u2026\"\n}"
      },
      "description": "Create Webhook"
    },
    {
      "_id": "req_67",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/webhooks/{webhook_id}",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Get Webhook"
    },
    {
      "_id": "req_68",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "PATCH /v1/webhooks/{webhook_id}",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        },
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"url\": \"\\u2026\",\n  \"events\": \"\\u2026\"\n}"
      },
      "description": "Update Webhook"
    },
    {
      "_id": "req_69",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "DELETE /v1/webhooks/{webhook_id}",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Delete Webhook"
    },
    {
      "_id": "req_70",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "GET /v1/webhooks/{webhook_id}/deliveries",
      "method": "GET",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}/deliveries",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "List Deliveries"
    },
    {
      "_id": "req_71",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/webhooks/{webhook_id}/rotate-secret",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}/rotate-secret",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Rotate Webhook Secret"
    },
    {
      "_id": "req_72",
      "_type": "request",
      "parentId": "wrk_rtfc",
      "name": "POST /v1/webhooks/{webhook_id}/test",
      "method": "POST",
      "url": "{{ _.baseUrl }}/v1/webhooks/{webhook_id}/test",
      "headers": [
        {
          "name": "X-Auth-Token",
          "value": "{{ _.token }}"
        }
      ],
      "body": {},
      "description": "Test Webhook"
    }
  ]
}