Skip to main content
Issue a CSRF token for browser mutating requests
curl --request GET \
  --url https://api.acornops.dev/api/v1/auth/csrf
{
  "csrfToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

Signed CSRF token. The same value is also set in a readable SameSite cookie.

csrfToken
string
required