Login
API URL
{{url}}/fhir-auth-service/session
Method
POST
Description
Login and get Access Token
Input
Field Name
Type
Mandatory
Example
username
String
Yes
fhiradmin@mtdlabs.com
password
String
Yes
Password
client(Header)
String
spice web or spice mobile
Sample Input:
{
"username": "fhiradmin@mtdlabs.com",
"password": "fhirAdmin@123"
}
Sample Output:
Last updated