cURL
curl --request GET \ --url https://api.staging.whilst.app/api/settings \ --cookie whilst_session=
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "status": "active", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Retrieves settings for the authenticated user’s workspace
JWT session token for authenticated users
Workspace settings retrieved
Workspace display name
Unique workspace identifier (WorkOS org ID)
active
suspended
cancelled
Additional workspace metadata
Was this page helpful?