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

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

# ActivateSubscriptionRequest

## 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:
    ActivateSubscriptionRequest:
      properties:
        config_id:
          type: string
        status:
          format: int32
          type: integer
      required:
        - config_id
        - status
      type: object
```
