curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/request-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"requested_expires_never": true,
"requested_data_expires_at": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/request-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"requested_expires_never": true,
"requested_data_expires_at": "<string>"
}
'{
"message": "<string>"
}Sends a request for sensitive data access on behalf of the specified team. The location owner will be notified to approve or deny the request.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
true for permanent access.requested_expires_never is false. Must be a future date.