Skip to main content
GET
/
workspace
Get workspace info
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"
}

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Response

Workspace information

id
string

Unique workspace identifier (12-character hex string)

name
string

Workspace display name

url_slug
string

URL-friendly workspace identifier

created_at
string<date-time>

When the workspace was created