---
title: "Register a new service"
method: POST
path: "/services"
tags: ["Services"]
---

# Register a new service

`POST /services`

Registers a new service under an organization. Services are associated with specific compliance checks and reports.

## Request body

- ServiceRegistration
  - `name` string, required — The name of the service.
  - `organizationId` string, required — The ID of the organization this service belongs to.
  - `description` string — A brief description of the service.

## Response `201`

Service registered successfully.

- ServiceResponse
  - `serviceId` string
  - `name` string
  - `organizationId` string
  - `description` string

## Other responses

- `400` — Invalid service data provided.
- `500` — Internal server error while registering the service.

## Changes

- **2024-10-17** `53644f0719aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/services/post.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/53644f0719aa/schema)
