Skip to main content
POST
/
v1
/
integrations
/
connections
/
{connection_id}
/
test-lease
Dashboard test surface: lease a provider token (FEATHER_API)
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/integrations/connections/{connection_id}/test-lease \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "team": "<string>",
  "url": "<string>",
  "detail": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

connection_id
string<uuid>
required

Response

Successful Response

Result of a FEATHER_API test lease (Step 10).

Proves the leased provider token works by calling the provider's identity endpoint (Slack auth.test) — the token itself is never returned to the client.

ok
boolean
required
team
string | null
url
string | null
detail
string | null