DasLab documentation
  • What is DasLab?
  • DasLab Integrations
  • DasLab for developers
  • Webhook events
  • REST API
    • Locations
    • Products
    • Appointments
    • Patients
    • Transactions
    • Samples/Results
  • HL7 for labs
  • Docspring
  • Security center / updates
  • Developer Support
  • DasLab Guides
    • DasLab for partners
    • Set-up instructions
      • Setting up a provider/app
      • Setting up as a client
        • Software setup
        • Features descriptions
        • Training for clients
      • Setting up as a lab
        • Software setup
        • Features descriptions
        • Training for labs
      • Setting up a vaccination location
      • Training for vaccination
        • Setting up as a doctor / sampling location
          • Software setup
          • Features list
          • Training for samplers
    • Downloading a report of appointments and results
    • Trainings for partners
  • Ordering a test
Powered by GitBook
On this page

Was this helpful?

REST API

Getting started without rest API

PreviousWebhook eventsNextLocations

Last updated 4 years ago

Was this helpful?

We look forward to building something with you!

This API is a work in progress, use of undocumented methods or variables is not recommended due to possible changes.

Beware that every transaction via our API is logged just like any user interaction on our platform.

Authentication

Getting an API key

On your organisation level select, Integrations > REST > Configure. Here you should be able to create an API key. It then has to be passed in the headers under the "x-api-key" key.

For labs

The two main method you are interested in are , first one lists the orders and the second one allows you to post and update the results.

here