Codat · Example Payload

Codat Rotate Zapier Key Example

Unified_API

Codat Rotate Zapier Key Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "rotate-zapier-key",
  "method": "POST",
  "path": "/webhooks/integrationKeys/zapier",
  "summary": "Rotate Zapier key",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Integration key",
      "example": {
        "key": "sk_integ_WM4dfoK1nKZnDE_kceze6hWDjbRwOZwG.us"
      }
    }
  ]
}