Skip to main content
POST
/
v3
/
teams
/
{team}
/
billing
/
reimbursement
/
links
/
reroll-code
Regenerate Invite Code
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/reroll-code \
  --header 'Authorization: Bearer <token>'
{
  "invite_code": "<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.

Generates a new invite code for the team’s reimbursement program, invalidating the previous code.
team
string
required
The UUID of the team.

Response

invite_code
string
The new invite code.