Skip to main content
GET
/
v3
/
teams
/
{team}
/
billing
/
reimbursement
/
settings
Get Reimbursement Settings
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/settings \
  --header 'Authorization: Bearer <token>'
{
  "invite_code": "<string>",
  "default_rate": 123,
  "default_currency": "<string>",
  "billing_plan": "<string>",
  "supported_currencies": [
    {}
  ],
  "supported_countries": [
    {}
  ]
}

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.

Returns the reimbursement configuration for a team.
team
string
required
The UUID of the team.

Response

invite_code
string
The current invite code for employees to join the reimbursement program.
default_rate
number
The default reimbursement rate in cents per kWh.
default_currency
string
The default currency code.
billing_plan
string
The billing plan, or null if not yet configured. One of subscription or transaction.
supported_currencies
array
List of supported currency codes.
supported_countries
array
List of supported two-letter ISO country codes.