Skip to main content
GET
/
v1
/
share
/
{token}
/
meta
cURL
curl -X GET 'http://localhost:8080/v1/share/share_example/meta' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "requiresPassword": true,
  "expiresAt": "<string>",
  "viewsUsed": 123,
  "maxViews": 123,
  "secretCount": 123,
  "environmentName": "<string>",
  "projectName": "<string>"
}

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.

Path Parameters

token
string
required
Required string length: 1 - 128
Pattern: ^[a-f0-9]+$

Response

200 - application/json

Default Response

requiresPassword
boolean
required
expiresAt
string
required
viewsUsed
number
required
maxViews
number | null
required
secretCount
number
required
environmentName
string
required
projectName
string
required
status
enum<string>
required
Available options:
active,
expired,
revoked,
exhausted