Authentication
Learn how to authenticate with the Ziplink API.
The Ziplink API uses an access token to authenticate requests. To obtain an access token, you need to provide your username and password. This process is subject to change when API keys are introduced.
To learn more about the parameters required for authentication, visit the authentication endpoint’s documentation.
When Do I Need an Access Token?
In general, every endpoint indicates whether it requires an access token or not. If an endpoint requires an access token, you must include it in the Authorization
header of your request. The format of the header is Bearer <access_token>
.
With an access token, you can interact with all resources and perform actions within Ziplink based on your permissions. For example, you can create, update, or delete resources, or retrieve information about them.