---
title: "Process Outrank webhook"
method: POST
path: "/api/outrank/webhook"
tags: ["Outrank"]
---

# Process Outrank webhook

`POST /api/outrank/webhook`

# Security
Validates Bearer token from Authorization header against `OUTRANK_ACCESS_TOKEN` environment variable

# Errors
Returns 401 if access token is invalid or missing, 500 for processing errors

## Request body

- OutrankWebhookPayload — Webhook payload from Outrank SEO service
  - `data` Value — Flexible JSON value that can be an object, array, string, number, boolean, or null
  - `eventType` string, nullable — Event type from Outrank

## Response `200`

Webhook processed successfully

- OutrankWebhookResponse — Response confirming webhook processing
  - `message` string, required — Success message

## Other responses

- `401` — Invalid or missing access token
- `500` — Server error processing webhook

## Changes

- **2025-09-29** `14125369f3da` — 1 info
  - endpoint added
- **2025-09-01** `a2488be8a6e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/patroninc/apis/patron-api/changes/api/outrank/webhook/post.md)

---

[API](https://skmtc.dev/patroninc/apis/patron-api.md) · [All operations](https://skmtc.dev/patroninc/apis/patron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/patroninc/patron-api/revisions/1583b1f4c97d/schema)
