Skip to main content
POST
/
v1
/
share
/
{token}
/
view
cURL
curl -X POST 'http://localhost:8080/v1/share/share_example/view' \
  -H 'Authorization: Bearer ek_live_xxxxx' \
  -H 'Content-Type: application/json' \
  -d '{ // request body fields, see schema }'
{
  "items": [
    {
      "name": "<string>",
      "value": "<string>",
      "dataType": "<string>"
    }
  ],
  "viewsUsed": 123,
  "maxViews": 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.

Path Parameters

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

Body

application/json
password
string
Required string length: 1 - 128

Response

200 - application/json

Default Response

items
object[]
required
viewsUsed
number
required
maxViews
number | null
required