API referenceAccess request
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"}company*string
Length
1 <= length <= 200email*string
Format
emailLength
length <= 320name?string
Length
length <= 200useCase*string
Length
1 <= length <= 5000