Overview
Returns the full details of a single service by its ID. Only services enabled for your partner account are accessible.Endpoint
Authentication
Requires a valid API Key with thepartner_services_read permission.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
serviceId | UUID | Yes | The service ID from the catalog. |
Example Request
Success Response
HTTP Status:200 OK
Error Responses
| HTTP Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | serviceId is not a valid UUID |
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | Missing partner_services_read permission |
404 | RESOURCE_NOT_FOUND | Service not found or not enabled for your partner account |
Related Endpoints
GET /partners/services— List all servicesGET /partners/timeslots/available— Get available timeslots for this servicePOST /partners/pricing/calculate-price— Calculate price for this service