---
title: "Step Test"
method: POST
path: "/v2/actions/{action_id}/test"
tags: ["Actions"]
---

# Step Test

`POST /v2/actions/{action_id}/test`

Tests the action (step) in the third party api, using the provided authentication and inputs.

#### When using OAuth

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

## Path parameters

- `action_id` string, required

## Request body

- ActionTestRequest
  - `data` ActionTestRequest, required — recursive

## Response `200`

- ActionTestResponse — Base Response definition to be used in other Response Serializers. Be sure to include the `data` field after using this class
  - `links` Links, required — The links object returned in paginated response bodies.
    - `next` string, nullable — The URL of the next page of paginated results.
    - `prev` string, nullable — The URL of the previous page of paginated results.
  - `meta` BaseMeta, required — The meta object returned in paginated response bodies.
    - `count` integer, required — The total number of objects in the collection represented by the endpoint.
    - `limit` integer, nullable, required — The limit value used in the request.
    - `offset` integer — The offset value used in the request.
  - `data` object[], required — The result of executing said Action on the third-party API

## 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)
