Consent ReceiptsGet consent receipts by subject
Consent Receipts

Get consent receipts by subject

Returns all consent receipts associated with a specific data subject.

curl -X GET "https://api.neostra.io/api/v1/consent-receipt/example_string" \
  -H "Content-Type: application/json"
{
  "status": 200,
  "message": "Success",
  "data": {},
  "errors": [
    "example_string"
  ]
}
GET
/api/v1/consent-receipt/{subjectId}
GET
path
subjectIdstring
Required

The data subject identifier

Request Preview
Response

Response will appear here after sending the request

Path Parameters

subjectIdstring
Required

The data subject identifier

Responses

statusinteger

HTTP status code

messagestring

Response message

dataobject

Response payload

errorsstring[]

List of error details, if any