---
title: "OIDC Notification"
method: POST
path: "/oidc/notification"
tags: ["oidc4ci"]
---

# OIDC Notification

`POST /oidc/notification`

Issues credentials in exchange for an authorization token.

## Request body

- AckRequest — Ack request.
  - `notification_id` string, required — Ack ID. According to draft 13 spec.
  - `issuer_identifier` string — Optional issuer identifier. Proprietary.
  - `event` string, required — Type of the notification event. According to draft 13 spec.
  - `event_description` string — Human-readable ASCII text providing additional information, used to assist the Credential Issuer developer in understanding the event that occurred. According to draft 13 spec.
  - `interaction_details` object — Proprietary interaction details.

## Response `204`

Ok

## Other responses

- `400` — Error

---

[API](https://skmtc.net/trustbloc/apis/verifiable-credential-service-vcs.md) · [All operations](https://skmtc.net/trustbloc/apis/verifiable-credential-service-vcs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trustbloc/verifiable-credential-service-vcs/versions/9e21ad997121/schema)
