{
  "info": {
    "_postman_id": "40bc615e-a709-46ce-8eee-362cfcf7a509",
    "name": "ToolKit",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "9048024",
    "_collection_link": "https://go.postman.co/collection/9048024-40bc615e-a709-46ce-8eee-362cfcf7a509?source=collection_link"
  },
  "item": [
    {
      "name": "templates",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "url": {
          "raw": "http://127.0.0.1:8000/api/templates",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "templates"
          ]
        }
      },
      "response": []
    },
    {
      "name": "templates_details",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "url": {
          "raw": "http://127.0.0.1:8000/api/templates/1",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "templates",
            "1"
          ]
        }
      },
      "response": []
    },
    {
      "name": "signature_request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"mode\": \"email\",\r\n    \"message\": \"Please sign the official documents.\",\r\n    \"templates\": [\r\n        {\r\n            \"template_id\": \"1\",\r\n            \"signers\": [\r\n                {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"sandipshirawala@yopmail.com\"\r\n                },\r\n                {\r\n                    \"name\": \"Jane Smith\",\r\n                    \"email\": \"chimanpatel@yopmail.com\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "http://127.0.0.1:8000/api/signature-requests",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "signature-requests"
          ]
        }
      },
      "response": []
    },
    {
      "name": "signature_request_local",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"mode\": \"local\",\r\n    \"message\": \"Please sign the official documents.\",\r\n    \"templates\": [\r\n        {\r\n            \"template_id\": \"1\",\r\n            \"signers\": [\r\n                {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"sandipshirawala@yopmail.com\"\r\n                },\r\n                {\r\n                    \"name\": \"Jane Smith\",\r\n                    \"email\": \"chimanpatel@yopmail.com\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "http://127.0.0.1:8000/api/signature-requests",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "signature-requests"
          ]
        }
      },
      "response": []
    },
    {
      "name": "signature_request_multiple_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"mode\": \"email\",\r\n    \"message\": \"Hello, please sign the Employment Contract and the Security Policy documents provided in this package.\",\r\n    \"templates\": [\r\n        {\r\n            \"template_id\": \"1\",\r\n            \"signers\": [\r\n                {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"sandipshirawala@yopmail.com\"\r\n                },\r\n                {\r\n                    \"name\": \"Sarah Smith\",\r\n                    \"email\": \"chimanpatel@yopmail.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"template_id\": \"2\",\r\n            \"signers\": [\r\n                {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"sandipshirawala@yopmail.com\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "http://127.0.0.1:8000/api/signature-requests",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "signature-requests"
          ]
        }
      },
      "response": []
    },
    {
      "name": "signature_request_status",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-KEY",
            "value": "sk_live_DKfZ3VHMOcyltEUuMJYb7ijtniU1TCzD",
            "type": "text"
          }
        ],
        "url": {
          "raw": "http://127.0.0.1:8000/api/signature-requests/D7579-71E07-B2405-F97AE",
          "protocol": "http",
          "host": [
            "127",
            "0",
            "0",
            "1"
          ],
          "port": "8000",
          "path": [
            "api",
            "signature-requests",
            "D7579-71E07-B2405-F97AE"
          ]
        }
      },
      "response": []
    }
  ]
}