---
title: "CreateSubscriptionRecord"
url: "https://earlyaccess.developers.bynder.com/apis/webhooks-api/versions/876c7972-129f-4814-b12a-964ddc49f2b6/schemas/CreateSubscriptionRecord"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/webhooks-api/versions/876c7972-129f-4814-b12a-964ddc49f2b6.md

# CreateSubscriptionRecord

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: webhooks-api
  version: 1.0.0
servers:
  - description: Local Development
    url: http://0.0.0.0:8081
components:
  schemas:
    CreateSubscriptionRecord:
      properties:
        configId:
          type: string
        endpoint:
          type: string
        events:
          items:
            type: string
          type: array
        name:
          type: string
        portalId:
          type: string
        protocol:
          type: string
        subscriptionArn:
          type: string
        topicArn:
          type: string
      required:
        - configId
        - endpoint
        - events
        - name
        - portalId
        - protocol
        - subscriptionArn
        - topicArn
      type: object
```
