Skip to main content
GET
/
api
/
sr
/
find
/
{identifier}
Retrieve Summary
curl --request GET \
  --url https://api.legitmark.com/api/sr/find/{identifier}
{
"success": true,
"rc_hit": false,
"message": "A sr was successfully fetched.",
"details": {
"id": "3acd54ab-1cff-4641-ae93-d9b4941f5a9c",
"micro_id": "562280",
"legacy_id": null,
"state": {
"primary": "COMPLETE",
"supplement": "APPROVED"
},
"url": "https://app.legitmark.com/view?sr=3acd54ab-1cff-4641-ae93-d9b4941f5a9c",
"document_url": "https://media.legitmark.com/document/certificate/562280_legitmark_certificate_20260203144612.pdf"
}
}

Path Parameters

identifier
string
required

Service request identifier - can be UUID, micro_id, legacy_id, or external_id

Response

Service request found successfully

success
boolean
Example:

true

rc_hit
boolean

Indicates if the response was served from cache

Example:

false

message
string
Example:

"A sr was successfully fetched."

details
object