Skip to main content
GET
Read the loans closed by employment-link termination

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

continuation_token
string

OPTIONAL opaque pagination handle returned as next_continuation_token by a previous call. Omit it to start a fresh window. It is minted by this gateway and refused (422) when it is not one of ours.

Example:

""

Response

OK

next_continuation_token
string
required

Opaque handle for the next page. EMPTY means the current snapshot is drained — stop paging. Pass it back as continuation_token to fetch the next page; it is minted by this gateway and refused (422) if it is not one of ours.

Example:

""

records
object[] | null
required

The termination records on this page.