Skip to main content
POST
/
v1
/
setup
/
links
/
{token}
/
start
Inicia el flujo de conexión (Embedded Signup, Coexistence o QR). Sin persistencia intermedia: el state HMAC firmado correlaciona el callback.
curl --request POST \
  --url https://api.keebai.com/v1/setup/links/{token}/start \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

token
string
required

Body

application/json
mode
enum<string>
required
Available options:
embedded_signup,
coexistence,
qr

Response

201 - undefined