v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTeams
Retrieve a team's settings
Required scope: teams:read </br>Organization authorization: supported
get/api/v1/teams/{id}/settings
Path parameters
idinteger required
Response
Settings for the team with the provided id
Example response
{
"teamId": 12,
"customerType": "FLEET_DRIVER",
"invoicePeriod": "monthly",
"invoiceWithdraw": true,
"invoiceDestinationCode": "DK12345",
"poNumber": "PO-123",
"eanNumber": "5790000000000",
"partnerExternalId": "partner-team-1",
"joinCode": "ABC123",
"selfRegisterChargeKeys": true,
"showMembersOnApp": true,
"onboardingSteps": [
{
"step": "SETUP_CHARGING_RULE",
"config": "scheduled"
}
]
}