cURL
curl --request GET \ --url https://api.exec.com/rest/v1/workspace \ --header 'Authorization: Bearer <token>'
{ "id": "a1b2c3d4e5f6", "name": "Acme Corp", "url_slug": "acme-corp", "created_at": "2024-01-15T10:30:00Z" }
Returns basic information about the authenticated workspace.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
exec_live_
Workspace information
Unique workspace identifier (12-character hex string)
Workspace display name
URL-friendly workspace identifier
When the workspace was created