Skip to main content
POST
/
v1
/
setup
/
links
/
{token}
/
attach-channel
Tras QR connect: aplica dev_tenant_id al Channel ya creado por api-client.
curl --request POST \
  --url https://api.keebai.com/v1/setup/links/{token}/attach-channel \
  --header 'Content-Type: application/json' \
  --data '
{
  "state": "<string>",
  "channel_id": "<string>"
}
'

Path Parameters

token
string
required

Body

application/json
state
string
required

state HMAC firmado emitido por /start

channel_id
string
required

channel_id del Channel ya creado vía QR

Response

200 - undefined