Skip to main content
GET
/
api
/
services
/
{service_uuid}
Retrieve Service
curl --request GET \
  --url https://api.legitmark.com/api/services/{service_uuid}
{
  "success": true,
  "message": "The service was fetched successfully.",
  "service": {
    "uuid": "d0e1f2a3-b4c5-6789-abcd-ef0123456789",
    "name": "Luxury",
    "description": "Authentication service for luxury goods",
    "expected_completion_time": 48,
    "price": 25,
    "parent": true
  }
}

Path Parameters

service_uuid
string<uuid>
required

Response

Service retrieved successfully

success
boolean
required
Example:

true

message
string
required
Example:

"The service was fetched successfully."

service
object
required