xCaliber healthCare Data Mesh

Generating a JWT

Description

A JSON Web Token (JWT) can be generated using service account token. Pass your Service Account token in form of APIKey header.

cURL
JavaScript
Java
Python

User Object

User Object is the metadata of the user accessing xcaliber API

// Some code
{
"id": "1" //Id of the user in the application system
"username": "John Smith" //username of the current user
}