---
title: "Enable a Zap"
method: POST
path: "/v2/zaps/{id}/enable"
tags: ["Zaps"]
---

# Enable a Zap

`POST /v2/zaps/{id}/enable`

Enables (unpauses) a Zap on behalf of an end user by re-enabling its current published version. Enabling a Zap that is already running succeeds without making changes. Available to White Label partners only.

#### When using OAuth

This endpoint requires the `zap:pause` OAuth scope.

## Path parameters

- `id` string, uuid, required

## Response `204`

No response body

## Other responses

- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
