mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
38 lines
1.0 KiB
Markdown
38 lines
1.0 KiB
Markdown
# Bitly
|
|
You can find information about the operations supported by the BannerBear node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bitly) page. You can also browse the source code of the node on [Github](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Bitly)
|
|
|
|
# Authentication
|
|
|
|
## Pre-requisites
|
|
|
|
Create a [Bitly](https://www.bitly.com/) account.
|
|
|
|
## Steps
|
|
|
|
### OAuth2
|
|
|
|
1. Open your Bitly dashboard.
|
|
2. Click on your account button in the top right.
|
|
3. Click on "Profile Settings".
|
|
4. Click on "Registered OAuth Applications".
|
|
5. Click on "GET REGISTRATION CODE".
|
|
6. Use Client Secret and Client ID in your Bitly node credentials in n8n.
|
|
|
|
|
|

|
|
|
|
### Access Token
|
|
|
|
1. Open your Bitly dashboard.
|
|
2. Click on your account button in the top right.
|
|
3. Click on "Profile Settings".
|
|
4. Click on "Generate Access Token".
|
|
5. Enter password.
|
|
6. Use the access token in your Bitly node credentials in n8n.
|
|
|
|
|
|

|
|
|
|
|
|
|