Skip to main content
Use this endpoint to retrieve all services registered in your Retempo account. The response is an array of service objects ordered by createdAt descending, so your most recently created service always appears first. Each object includes the full owner details and all associated payment plans — the same fields returned by the Get Service endpoint.

Request Parameters

This endpoint accepts no query parameters and no request body. Send the request as a plain GET with no payload.

Response

A successful request returns HTTP 200 OK with a services array. If no services exist, the array is empty.
array
An array of service objects, ordered by createdAt descending.

Example

Example response: