Skip to main content
GET
/
v1
/
workspace
/
{ws}
/
getting-started
cURL
curl -X GET 'http://localhost:8080/v1/workspace/ws_example/getting-started' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "state": {
    "manuallyCompleted": [
      "<string>"
    ]
  },
  "facts": {
    "projectCount": 123,
    "firstProjectSlug": "<string>",
    "firstProjectName": "<string>",
    "secretCount": 123,
    "cliTokenCreatedAt": "<string>",
    "cliTokenLastUsedAt": "<string>",
    "syncCount": 123,
    "pendingInviteCount": 123,
    "acceptedMemberCount": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

ws
required
Required string length: 2 - 48
Pattern: ^[a-z0-9-]+$

Response

200 - application/json

Default Response

state
object
required
facts
object
required