POST
/wf/me
curl \
--request POST 'https://cloover.co/version-test/api/1.1/wf/me'
Response examples (200)
{
"status": "string",
"response": {
"first": "string",
"last": "string",
"User_Id": "string",
"org_id": "string",
"option": [
"string"
],
"email": "string"
}
}
Response examples (400)
{
"status": "string",
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (405)
{
"message": "string"
}
Response examples (429)
{
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}
Response examples (503)
{
"message": "string"
}