Skip to content

List the team's erasure audit trail (GDPR)

GET
/api/v1/teams/form-erasures
curl --request GET \
--url https://api.deploybase.eu/api/v1/api/v1/teams/form-erasures \
--header 'Authorization: <Authorization>'

Returns the team’s most recent proof-of-deletion records, newest first. Emails are stored only as keyed hashes and are never returned in the clear.

OK

Media type application/json
object
data
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"data": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Unauthorized

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Forbidden

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}