Path Parameters
Trust Portal friendly URL or Organization ID
Body
application/json
Response
200
Access link sent to email
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/{friendlyUrl}/reclaim \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'Generate access link for users with existing grants to redownload data
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/{friendlyUrl}/reclaim \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'Trust Portal friendly URL or Organization ID
Access link sent to email
Was this page helpful?