Skip to main content

Authorization

To access the retrieved data, requests should include the patient's submitted token, which can be obtained by registering or logging into our system. Then, the token received is used for authorization of subsequent API queries.

Example:

"x-Authorization": `Bearer ${patientToken}`