Introduction
Welcome to the Shortify API documentation.
Overview
The Shortify API provides a comprehensive set of endpoints that allow you to programmatically create, retrieve, and manage shortened URLs. This documentation will guide you through the process of integrating with our API.
Base URL
All API requests should be made to the following base URL:
https://shortify.com/apiAPI Versioning
The current version of the API is included in the path. The mobile API endpoints are accessed through:
https://shortify.com/api/mobileResponse Format
All responses are returned in JSON format. Successful responses include a success: true field and a data object containing the requested information. Error responses include a success: false field and an errorobject with details about what went wrong.