Outrank
Process 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
post/api/outrank/webhook
Request body
Example request
{
"data": {
"recommendations": [
"Improve meta descriptions",
"Add alt text to images"
],
"score": 85
},
"eventType": "analysis_complete"
}Response
Webhook processed successfully
Example response
{
"message": "Webhook processed successfully"
}