Chilkat Online Tools

VBScript / PandaDoc API Reference / Get API key at http://app.pandadoc.com/a/#/settings/integrations/api/

Back to Collection Items

Dim fso, outFile
Set fso = CreateObject("Scripting.FileSystemObject")
Set outFile = fso.CreateTextFile("output.txt", True)

' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.

set http = CreateObject("Chilkat_9_5_0.Http")

set sbResponseBody = CreateObject("Chilkat_9_5_0.StringBuilder")
success = http.QuickGetSb("https://app.pandadoc.com/a/#/settings/api-dashboard/configuration",sbResponseBody)
If (success = 0) Then
    outFile.WriteLine(http.LastErrorText)
    WScript.Quit
End If

outFile.WriteLine("Response status code = " & http.LastStatus)
outFile.WriteLine(sbResponseBody.GetAsString())

outFile.Close

Curl Command

curl -X GET
https://Get API key from PandaDoc application at https://app.pandadoc.com/a/#/settings/api-dashboard/configuration

Postman Collection Item JSON

{
  "name": "Get API key at http://app.pandadoc.com/a/#/settings/integrations/api/",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "Get API key from PandaDoc application at https://app.pandadoc.com/a/#/settings/api-dashboard/configuration",
      "protocol": "Get API key from PandaDoc application at https",
      "host": [
        "app",
        "pandadoc",
        "com"
      ],
      "path": [
        "a",
        ""
      ],
      "hash": "/settings/api-dashboard/configuration"
    }
  },
  "response": [
  ]
}