Parameters
JSON body
Request body
application/jsonEmpty object · no documented properties.
Returns a 16-character CSRF token that must be included in the body of subsequent unauthenticated form submissions (login, signup, recovery). Tokens expire after 30 minutes and are consumed on first successful verify.
JSON body
1 status code documented
tokenstringRequired16-character one-shot token.
ab3c9de1f2h4j5k6expiresAtstringRequiredISO-8601 timestamp at which the token stops being accepted.
2026-09-01T12:30:00.000Z{
"token": "ab3c9de1f2h4j5k6",
"expiresAt": "2026-09-01T12:30:00.000Z"
}POST /bff/csrf/create
curl -X POST "https://api.bizkithub.com/bff/csrf/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.