curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/grant-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_never": true,
"data_access_expires_at": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/grant-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_never": true,
"data_access_expires_at": "<string>"
}
'{
"message": "<string>"
}Grants a team access to sensitive data for the specified location, with an optional expiration date.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.expires_never is false. Must be a future date.