Skip to main content
GET
https://api.legitmark.com
/
api
/
sr
/
find
/
{identifier}
cURL
# Find by UUID
curl 'https://api.legitmark.com/api/sr/find/8e61c991-553a-4a58-9eb6-561b64c11908' \
  -H 'Authorization: Bearer leo_your_api_key'

# Find by micro_id
curl 'https://api.legitmark.com/api/sr/find/997869' \
  -H 'Authorization: Bearer leo_your_api_key'
{
  "success": true,
  "rc_hit": true,
  "rc_key": "srs:74a4dd7b9d6d1dab9690606f18015964",
  "message": "A sr was successfully fetched.",
  "details": {
    "id": "8e61c991-553a-4a58-9eb6-561b64c11908",
    "micro_id": "178168",
    "legacy_id": null,
    "state": {
      "primary": "COMPLETE",
      "supplement": "APPROVED"
    },
    "url": "app.legitmark.com/view?sr=8e61c991-553a-4a58-9eb6-561b64c11908",
    "document_url": "https://media.legitmark.com/document/certificate/178168_legitmark_certificate_20251122060559.pdf"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.legitmark.com/llms.txt

Use this file to discover all available pages before exploring further.

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
rc_key
string

Cache key used for this response