About this endpoint
What it does
Checks whether the submitted email address belongs to an academic institution and returns the result as a boolean.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| String | Yes | Email address to check. Must be in email format. |
Response
Returns a JSON object with a data boolean field. true indicates the email belongs to an academic institution; false indicates it does not.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | No | Boolean result of the academic email check. |