Skip to main content
GET
/
v1
/
workspace
/
{ws}
/
secret-share
cURL
curl -X GET 'http://localhost:8080/v1/workspace/ws_example/secret-share/' \
  -H 'Authorization: Bearer ek_live_xxxxx'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "projectName": "<string>",
    "projectSlug": "<string>",
    "environmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "environmentName": "<string>",
    "createdByUserId": "<string>",
    "createdByUserName": "<string>",
    "createdAt": "<string>",
    "expiresAt": "<string>",
    "revokedAt": "<string>",
    "maxViews": 123,
    "viewCount": 123,
    "secretCount": 123,
    "hasPassword": true
  }
]

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

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
projectId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
projectName
string
required
projectSlug
string
required
environmentId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
environmentName
string
required
createdByUserId
string | null
required
createdByUserName
string | null
required
createdAt
string
required
expiresAt
string
required
revokedAt
string | null
required
maxViews
number | null
required
viewCount
number
required
secretCount
number
required
hasPassword
boolean
required
status
enum<string>
required
Available options:
active,
expired,
revoked,
exhausted