Skip to main content
PUT
/
v1
/
me
cURL
curl -X PUT 'http://localhost:8080/v1/me/' \
  -H 'Authorization: Bearer ek_live_xxxxx' \
  -H 'Content-Type: application/json' \
  -d '{ // request body fields, see schema }'
{
  "success": 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.

Body

application/json
username
string
Required string length: 2 - 32
Pattern: ^[a-zA-Z0-9_ -]+$

Response

200 - application/json

Default Response

success
boolean
required