cURL
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 } }
Retrieve details for a specific authentication service.
Service retrieved successfully
true
"The service was fetched successfully."
Show child attributes