Agents

This page describes all the APIs relating to agents

Get all Agents

get
/api/v3/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_timeOptional

Return results updated since the specified date, in UTC timezone

Example: 2025-01-01T00:00:00Z
since_idintegerOptional

Return results with an ID greater than the specified ID.

pageinteger · min: 1Optional

The page number of results to return.

Default: 1
per_pageinteger · min: 1 · max: 200Optional

Request for how many records to return.

Default: 50
countintegerOptional

Synonym for per_page

Responses
200

agents found

application/json
get
/api/v3/agents
200

agents found

Get an Agent

get
/api/v3/agents/{id}

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?