Links Resource

List of API endpoints for the Links resource.

Shorten a URL.

POST https://www.dosomething.org/api/v2/links

The request is proxied to Bertly (http://github.com/dosomething/bertly) to shorten a given URL.

Path Parameters

Name
Type
Description

url

string

e.g.: 'https://vote.dosomething.org/member-drive?r=user:58e68d5da0bfad4c3b4cd722,source:web,source_details:onlinedrivereferral,referral=true'

{
  "url": "https://dosome.click/ngzdjp",
  "count": 23
}

Last updated