Aller au contenu

Refresh

POST
/api/auth/refresh
curl --request POST \
--url https://example.com/api/auth/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "workspaceId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'
Media type application/json
object
workspaceId
string format: uuid
nullable
Example generated
{
"workspaceId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

OK