---
title: "Accept a resource request"
method: POST
path: "/requests/accept"
tags: ["requests - resource"]
---

# Accept a resource request

`POST /requests/accept`

Accept a resource request. The defined contribution or transfer will happen. For more details on resource requests, see "Get a resource request".

## Request body

- AcceptRequestDto
  - `collectionIds` string[] — Only required for transfer requests. A list of collection identifiers (not IRI) that the resource should be transferred into. These collections must be in the organization noted as the "granteeParty" in the request.
  - `requestid` string, uuid, required — ID of the request to accept.

## Response `200`

default response

- SuccessMessageDto
  - `message` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
