Skip to main content
Returns all AuthContextRecord objects, optionally filtered by provider or subject DID. Token values are always masked — use this endpoint to inspect credential metadata, not to retrieve secrets.

Query Parameters

string
Return only auth contexts scoped to this provider.
string
Return only auth contexts owned by this subject DID.

Response

Returns { "items": [AuthContextRecord] }.
array
Array of AuthContextRecord objects matching the query.

Examples

List all auth contexts for a provider

List all auth contexts for a subject DID

Example response