curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/details \
--header 'Authorization: Bearer <token>'{
"company_name": "<string>",
"email": "<string>",
"address": {
"line1": "<string>",
"city": "<string>",
"postal_code": "<string>",
"country": "<string>"
},
"tax_id": {
"type": "<string>",
"value": "<string>"
},
"supported_countries": [
{}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/details \
--header 'Authorization: Bearer <token>'{
"company_name": "<string>",
"email": "<string>",
"address": {
"line1": "<string>",
"city": "<string>",
"postal_code": "<string>",
"country": "<string>"
},
"tax_id": {
"type": "<string>",
"value": "<string>"
},
"supported_countries": [
{}
]
}Returns the billing details for a team, including company information, address, and tax ID.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.
null if not set.