MakeShorter
  • Start Make Shorter
  • API INTEGRATION
    • Getting Started
    • Configuration
    • Link Group
    • Link
    • Custom Domains
  • Features
    • Customer Data
    • Custom Rules
    • Parameters & Headers
Powered by GitBook
On this page
  • How to consume API?
  • Nuget Package

Was this helpful?

  1. API INTEGRATION

Getting Started

How to consume API?

makeshorter is orginezed around REST. All endpoints are predictable and accept JSON request bodies, and return JSON responses, and use standart HTTP codes.

Base Url: https://api.makeshorter.com/v1

You can check api sample ping query with "GET" query.

 $ curl https://api.makeshorter.com/v1/test

Nuget Package

Package available for .net standart 2.0 . You can download MakeShorter nuget package.

PreviousStart Make ShorterNextConfiguration

Last updated 3 years ago

Was this helpful?