Skip to main content
GET
/
back-office
/
onboard
/
service-types
Get All Service Types
curl --request GET \
  --url https://api.example.com/back-office/onboard/service-types
{
  "data": {
    "serviceTypes": [
      {
        "code": "<string>",
        "name": "<string>",
        "id": "<string>",
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "url": "<string>",
        "description": "<string>",
        "configurationSchema": {}
      }
    ]
  },
  "code": "health_status_ok",
  "message": "<string>"
}

Response

Successfully retrieved service types

data
object
required
code
enum<string>
Available options:
health_status_ok,
health_status_error,
validation_error,
bad_request,
unauthorized,
forbidden,
not_found,
method_not_allowed,
internal_server_error,
organization_not_found,
cannot_access_organization,
api_key_not_found,
resource_already_exists
message
string