Skip to main content
GET
/
v1
/
sync
cURL
curl -X GET 'http://localhost:8080/v1/sync/' \
  -H 'Authorization: Bearer ek_live_xxxxx'
[
  {
    "id": "<string>",
    "slug": "<string>",
    "defaultName": "<string>",
    "logo": "<string>",
    "docs": "<string>",
    "website": "<string>",
    "soon": 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.

Response

200 - application/json

Default Response

id
string
required
slug
string
required
defaultName
string
required
docs
string | null
required
website
string
required
soon
boolean
required