Api referenceAlumni
Retrieve an alumnus
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
type*string
Value in
- "profile"
- "organization"
Response Body
application/json
curl -X GET "https://example.com/v2/alumni/string?type=profile"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}