Sha256: 1c720d0a9e8e1eb59bb3492bf4d3f6556f1753f5a024f0e75c7bd7d3af657876

Contents?: true

Size: 539 Bytes

Versions: 1

Compression:

Stored size: 539 Bytes

Contents

# Branded Short Domains

BSDs is an acronym for branded short domains. A branded short domain is a custom 15 character or less domain for bitlinks. This allows you to customize the domain to your brand.

See the full [Bitly API documentation for BSDs](https://dev.bitly.com/v4/#tag/BSDs).

## List BSDs

With an API client you can list the BSDs available to the authorized user.

```ruby
client = Bitly::API::Client.new(token: token)
bsds = client.bsds
```

Or with the class method

```ruby
bsds = Bitly::API::BSD.list(client: client)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitly-2.0.0.beta.1 docs/branded_short_domains.md