Small Improvements · Example Payload

Getpreviewusingget Example

GET /v2/companies/{companyId}/emails/preview/{type}

companies-email-templates-resource

Getpreviewusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "getPreview",
  "operationId": "getPreviewUsingGET",
  "method": "GET",
  "path": "/v2/companies/{companyId}/emails/preview/{type}",
  "tags": [
    "companies-email-templates-resource"
  ],
  "description": "GET /v2/companies/{companyId}/emails/preview/{type}",
  "parameters": {
    "companyId": "<value>",
    "type": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}