Check auth status.
POST/1saas/auth
Check auth status.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
object
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
messagestringrequired
An explaining message.
Example:
You are authorized.
{
"message": "You are authorized."
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}