Agents
This page describes all the APIs relating to agents
Retrieves a list of all agents. Results are paginated. Use the page and per_page query parameters to control pagination.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
since_datestring · date_timeOptionalExample:
Return results updated since the specified date, in UTC timezone
2025-01-01T00:00:00Zsince_idintegerOptional
Return results with an ID greater than the specified ID.
pageinteger · min: 1OptionalDefault:
The page number of results to return.
1per_pageinteger · min: 1 · max: 200OptionalDefault:
Request for how many records to return.
50countintegerOptional
Synonym for per_page
Responses
200
agents found
application/json
get
/api/v3/agents200
agents found
Fetch an instance of a agent
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Serial database ID used to refer to a unique student record in OpenApply
Responses
200
agent found
application/json
get
/api/v3/agents/{id}200
agent found
Last updated
Was this helpful?

