Skip to main content
POST
/
api
/
v1
/
files
/
signed-cookies
Set Signed Cookies
curl --request POST \
  --url https://api.example.com/api/v1/files/signed-cookies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspaceId": "<string>"
}
'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspaceId
string<uuid4> | null
required

Must be set to access files within workspace

Response

Signed cookies set successfully