Skip to main content
GET
/
api
/
sr
/
find
/
{identifier}
Find Service Request
curl --request GET \
  --url https://api.example.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": "app.legitmark.com/view/sr=3acd54ab-1cff-4641-ae93-d9b4941f5a9c"
}
}

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