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 a valid email format. |
Response
Returns a JSON object with a data boolean field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | No | true if the email belongs to an academic institution, false otherwise. |