Search History
Paginated history of Academic Credentials searches for the authenticated tenant. Does not charge the wallet.
Request
GET/api/v1/credentials/history
{{baseUrl}}/api/v1/credentials/historyHeader
Query Parameters
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 200,
"message": "Search history retrieved successfully",
"data": {
"searches": [
{
"search_id": 125,
"reference": "CRP-VC-0125",
"status": "Complete",
"search_type": "Transcript",
"country": "Kenya",
"student_name": "James Otieno Kamau",
"institution": "University of Nairobi",
"requested_at": "2026-08-04T18:00:00+00:00"
}
],
"pagination": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 1,
"from": 1,
"to": 1,
"has_more": false
}
},
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
