/api/institutions/ID/contacts/ID

HEAD, GET

Retrieve information about a particular institution contact.

Syntax

GET /api/institutions/123/contacts/321
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234

Response example

{
    "name": "Some Body",
    "email": "some.body@example.com",
    "phone": "3242424234"
}