Interactive Playground
API Playground
Test the PermitNetworks authorize API right in your browser. No API key required — responses are simulated client-side.
Request Builder
POST /v1/authorize — Response
Send a request to see the response
curl -X POST https://api.permitnetworks.com/v1/authorize \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "purchase-bot",
"action": "spend",
"resource": "company-funds",
"context": {
"amount": 500,
"currency": "USD"
}
}'