Ziplink API documentation meant for developers.
auth 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 new link
endpoint’s documentation .