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>"
}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>"
}Accepts a reimbursement invitation by linking a charger to the employer’s reimbursement program.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.