Get Shortened URL

Retrieve configuration and details for your shortened URL using its unique identifier.

Authentication

PINNACLE-API-KEYstring
API Key authentication via header

Path parameters

linkIdstringRequired

Unique identifier from your shortened URL. For example, for https://pncl.to/ePzVxILF, the linkId is ePzVxILF.

See the response of Create Shortened URL for more information.

Response

Returns your URL details.
clickslist of objects

Array of click analytics data for this URL.

Click data will be empty if no one has visited your link yet.

configobject
urlstring

Your custom shortened link following the format https://pncl.to/{linkId}, where {linkId} is the unique identifier for the URL that can be used with our other endpoint.

Errors