Skip to content

REST Resource: urls

Robert Durfee edited this page Aug 23, 2020 · 2 revisions

(The REST urls resource code can be found here.)

Resource: urls

Represents a URL resource.

A URL resource includes an identifier and the complete, original URL.

{
    "id": string,
    "url": string
}
Fields
id string

The unique identifier for the URL resource. This identifier is defined by the server.
url string

The complete URL for the URL resource.
Methods
get Returns the specified URL resource.
insert Creates a URL resource using the data included in the request.

URL Shortener API

Clone this wiki locally