curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"employee": {
"name": "<string>",
"has_stripe_connect": true
},
"charger": {
"uuid": "<string>",
"identity": "<string>"
},
"status": "<string>",
"status_label": "<string>",
"rate_per_kwh": 123,
"currency": "<string>",
"activated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"employee": {
"name": "<string>",
"has_stripe_connect": true
},
"charger": {
"uuid": "<string>",
"identity": "<string>"
},
"status": "<string>",
"status_label": "<string>",
"rate_per_kwh": 123,
"currency": "<string>",
"activated_at": "<string>"
}Returns a paginated list of reimbursement links for a team.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.
pending, active, or terminated.null if not yet activated.