# Getting started
# Authentication
To access the API, authenticate your requests using Bearer Token authentication with the JWT provided by UBIO.
# Bearer Token Authentication
Use the JWT provided by UBIO as the token, as follows:
curl <URL> \
-H 'Authorization: Bearer <JWT>'
More instructions for authentication here (opens new window)