API Authentication
The Med2Lab API uses Personal access tokens to authenticate requests.
You can view and manage your access tokens in the Developer settings of your Med2Lab user account.
API requests are authenticated using the Bearer Auth scheme. To authenticate a request, provide the token in the Authorization header of the request:
curl -H "Authorization: Bearer <your_access_token>" https://stage.med2lab.com/external/v1/data/stream/load/Last updated