GET /api/v1/services/:serviceId — Fetch a Single Service
GET /api/v1/services/:serviceId — fetches a single service by ID including owner and payment plans. Returns 404 if the service does not exist.
Use this endpoint to fetch a single service by its unique ID. The response includes the complete service object with the associated owner details and all attached payment plans. This is the best endpoint to use when you need the full service record — for example, before creating a checkout session or verifying plan configuration.
GET https://api.retempo.xyz/api/v1/services/:serviceId
The unique identifier of the service you want to retrieve. You receive this ID in the response body when you create a service or from the list services endpoint.