Skip to main content
GET
/
api
/
services
/
{service_uuid}
{
  "success": true,
  "message": "Service fetched successfully",
  "data": {
    "uuid": "d0e1f2a3-b4c5-6789-abcd-ef0123456789",
    "name": "Luxury",
    "description": "Authentication service for luxury goods",
    "expected_completion_time": 48,
    "price": 25,
    "parent": true
  }
}

Authorizations

x-api-key
string
header
required

API key for application authentication (format: leo_xxxxxxxxx)

Path Parameters

service_uuid
string<uuid>
required

Response

Service retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Service fetched successfully"

data
object
metadata
object