Sign in

Expand Bitlink

documented

Returns the short link and the long URL for the specified Bitlink.

POST /v4/expandBitlinksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api-ssl.bitly.com/v4/expand" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"bitlink_id": "{{$bitlink_id}}"}'
Expand Bitlink · Bitly · OpenIntegrations