List curated service classes.

Details

List curated service classes.

Curated service classes are those which are part of the Droplit system by default. Unlike service classes created by the user, which have a “Custom” type, their type is “Curated.” Curated service classes are not connected to specific ecosystems, and cannot be edited by users.

An account token, server token, or user token may be used to run this endpoint.

Parameters

None

Responses

200

{
    "items": [
        {
            "createdAt": "YYYY-MM-DD HH:MM:SS ENCODED",
            "name": "SERVICE-CLASS-NAME",
            "service": {}
        }
    ]
}

400

  • No Query String Allowed: The standard error structure defines this error as invalid parameters, with additional parameters in the query string. In this context, it means that no query string is allowed at all when calling this endpoint.

Examples

HTTP

GET https://ioe.droplit.io/api/serviceclasses/curated HTTP/1.1
authorization: TOKEN

Droplit Console

droplit serviceclass list-curated

Droplit SDK

droplit.serviceClasses.listCurated();
Language
Authorization
Header
Click Try It! to start a request and see the response here!