Fiat

Engage/clear the internal-credit migration freeze (admin)

POST
/fiat/admin/freeze

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/fiat/admin/freeze" \  -H "Content-Type: application/json" \  -d '{    "frozen": true  }'
{}