Authentication
To access any endpoint in the Uzm.app API, you need to authenticate your requests using a bearer token. This guide explains how to use bearer token authentication with our API.
Bearer Token
You can find your API token in the Uzm.app Settings » API.
To authenticate your requests, include your bearer token in the Authorization header:
Example request with bearer token
curl https://uzm.app/api/v1/links \
-H "Authorization: Bearer YOUR_API_KEY"