Getting Started
To get started with the Ziplink API, you’ll need to obtain an API key. You can do this by signing up for a free account on our website. After signing up, you need to call theauth token
endpoint with your email and password to obtain an access token and refresh token. This process will change in the future when dedicated API keys are introduced.
With the access token, you can make authenticated requests to the API endpoints. For example, to create a new short link, you can send a POST request to the /links
endpoint with the following JSON payload:
Create a new short link
create new link
endpoint’s documentation .