Skip to main content
POST
/
v3
/
teams
/
{team}
/
billing
/
reimbursement
/
links
/
accept
Accept Reimbursement Link
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/accept \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "invite_code": "<string>",
  "charger_uuid": "<string>",
  "country": "<string>"
}
'
{
  "link": {},
  "owner_team_name": "<string>"
}

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.

Accepts a reimbursement invitation by linking a charger to the employer’s reimbursement program.
team
string
required
The UUID of the team.
invite_code
string
required
The 10-character invite code from the employer.
charger_uuid
string
required
The UUID of the charger to link.
country
string
required
Two-letter ISO country code.

Response

The created reimbursement link object.
owner_team_name
string
The employer team’s name.