Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions independent-publisher-connectors/Rebrandly/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Rebrandly
Rebrandly is a custom URL shortener and serves as a link management platform to brand, track and share short URLs using a custom domain name.

## Publisher: That API Guy

## Prerequisites
A Rebrandly account.

## Getting Started
Visit rebrandly.com and create an account to obtain an API Key.

## Obtaining Credentials
Once you have a Rebrandly.com account, login to your account and go to the API section on https://app.rebrandly.com/account/api-keys to generate an API Key.

Click on New API Key and that will generate a key for you.

## Known Issues and Limitations
None

## Supported Operations

### Account Management
* Account: Get account details.
* Workspaces: Get a list of workspaces

### Domain Management
* Domains: Get a List of Domains

### Link management
* Create a short URL
* Get links
* Get a specific link
* Delete a short URL

Loading