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 theAuthorization
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.