Introduction
Welcome to the Shortify API documentation.
Overview
The mobile API supports both classic short links and app deeplinks. You can create and retrieve links using the same authentication header, with endpoint-level behavior depending on the key type.
Base URL
All mobile API requests are available under:
https://app.shortify.com/api/mobileServices
/linkand/link/createfor short-link retrieval and creation./deeplinkfor deeplink retrieval and creation (GET and POST).
Authentication
Send your API key in the api-key header on every request.
Response Format
Successful responses return { success: true, data: ... }. Error responses return success: false and may include either msg or errordepending on the endpoint.