Skip to main content
GET
/
v1
/
sync
/
{slug}
/
flow
cURL
curl -X GET 'http://localhost:8080/v1/sync/your_slug/flow' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "description": "<string>",
  "fields": [
    {
      "id": "<string>",
      "label": "<string>",
      "data": {
        "placeholder": "<string>",
        "defaultValue": "<string>",
        "description": "<string>",
        "isRequired": true
      }
    }
  ],
  "next": {
    "text": "<string>",
    "step": "<string>",
    "url": "<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.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

slug
string
required
Required string length: 2 - 48
Pattern: ^[a-z0-9-]+$

Query Parameters

syncConfigId
string
required
step
string
required

Response

200 - application/json

Default Response

description
string
required
fields
object[]
required
next
object
required