Request
Body Params application/json
{
"platform": "CMS",
"ipAddress": "",
"authLocation": "",
"email": "user-1@testing.com",
"password": "a71de6a4d013cb99"
}
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/open/auth/login/bpjs' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "CMS",
"ipAddress": "",
"authLocation": "",
"email": "user-1@testing.com",
"password": "a71de6a4d013cb99"
}'
Responses
application/json {
"status": "string",
"data": "string",
"info": {
"id": "string",
"message": "string",
"messageEn": "string",
"messageId": "string",
"field": "string",
"redirect": "string"
}
}
Modified at 2024-08-21 04:37:02