Server API
Create Csrf Token
Create or update a CSRF token for a client
GET
/
api
/
csrf-token
Headers
x-prefect-api-version
string
Query Parameters
client
string
requiredThe client to create a CSRF token for
Response
200 - application/json
id
string
created
string | null
updated
string | null
token
string
requiredThe CSRF token
client
string
requiredThe client id associated with the CSRF token
expiration
string
requiredThe expiration time of the CSRF token
Was this page helpful?