---
title: "POST /entries"
method: POST
path: "/entries"
---

# POST /entries

`POST /entries`

Post an entry to be registered on the CodeTransparency instance, mandatory in IETF SCITT draft

## Query parameters

- `api-version` string, required
- `waitForCommit` boolean

## Headers

- `accept` 'application/cose; application/cbor', required

## Response `201`

Response of entry submission if the response can be served immediately, mandatory in IETF SCITT draft

## Other responses

- `303` — Response for async entry submission in SCRAPI v09, returns 303 See Other with empty body
- `400` — Validation error response
- `401` — Unauthorized error response, returned when JWT authentication is required and the request fails authentication.
- `404` — Not found error response
- `429` — Not found error response
- `500` — Server error response
- `503` — Service unavailable error response

## Changes

> 6 revisions in range; 1 could not be searched.

- **2026-07-13** (2024-01-11-preview) `557b89959378` — 1 breaking, 3 info
  - removed the success response with the status `202`
  - added the new optional `query` request parameter `waitForCommit`
  - added the non-success response with the status `303`
  - added the non-success response with the status `401`
- **2026-07-13** (2024-01-11-preview) `736b8c4851d9` — 2 breaking, 8 info
  - added the new required `header` request parameter `accept`
  - removed the success response with the status `200`
  - api operation id `CreateEntryDeprecated` removed and replaced with `CreateEntry`
  - added the non-success response with the status `400`
  - …6 more
- **2024-03-25** (2024-01-11-preview) `760613a07299` — 1 breaking, 2 warning, 8 info
  - removed the success response with the status `201`
  - deleted the `header` request parameter `accept`
  - deleted the `query` request parameter `waitForCommit`
  - removed the non-success response with the status `303`
  - …7 more

[Change history](https://skmtc.dev/azure/apis/confidentialledger-microsoft-codetransparency/changes/entries/post.md)

---

[API](https://skmtc.dev/azure/apis/confidentialledger-microsoft-codetransparency.md) · [All operations](https://skmtc.dev/azure/apis/confidentialledger-microsoft-codetransparency/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/confidentialledger-microsoft-codetransparency/revisions/557b89959378/schema)
