axonpush
API referenceAccess request

POST /access-requests

POST
/access-requests

Header Parameters

CF-Connecting-IP?string
X-Forwarded-For?string
X-Real-IP?string
User-Agent?string
CF-IPCountry?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/access-requests" \  -H "Content-Type: application/json" \  -d '{    "company": "string",    "email": "user@example.com",    "useCase": "string"  }'
{  "$schema": "https://example.com/schemas/CreateOutputBody1.json",  "ok": true,  "requestId": "string"}