---
title: "Approve consent request"
method: POST
path: "/v1/consent/{consentToken}/approve"
tags: ["Consent"]
---

# Approve consent request

`POST /v1/consent/{consentToken}/approve`

Approves a pending consent token and returns an attestation token for the requesting application.

## Path parameters

- `consentToken` string, required

## Response `200`

Consent approved and attestation token issued

## Other responses

- `404` — Consent token not found or expired
- `409` — Consent is no longer pending

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/revisions/db1f954badfb/schema)
