Skip to main content
POST
/
v3
/
teams
/
{team}
/
billing
/
reimbursement
/
links
/
{link}
/
activate
Activate Reimbursement Link
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/{link}/activate \
  --header 'Authorization: Bearer <token>'
{
  "link": {}
}

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.

Activates a pending reimbursement link, enabling reimbursement payouts for the linked charger.
team
string
required
The UUID of the team.
The ID of the reimbursement link.

Response

The activated reimbursement link object.