AladiaDocs
Api referenceAlumni

Retrieve an alumnus

GET
/v2/alumni/{id}
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  }}