Codex Test
Codex Test API Documentation
Codex Test exposes a small HTTPS JSON API for validating Zapier polling triggers, create actions, and API-key authentication.
Base URL
https://codex-test.hanumanf.cloud
This is the production Netlify URL for the Codex Test API.
Authentication
Send an API key using either the Authorization bearer header or
X-API-Key.
Authorization: Bearer test-token
X-API-Key: test-token
Test Credentials
Use test-token when configuring Zapier's API Key
authentication test account.
Check Authentication
GET /api/auth-test
Returns a simple JSON object confirming that credentials were provided.
List Test Items
GET /api/test-items
Returns an array of test items suitable for a polling trigger.
Create Test Item
POST /api/test-items
Content-Type: application/json
{
"title": "Codex test item",
"body": "Created from Codex test action."
}
Returns the created item as a JSON object.