curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/partner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"billing_model": "<string>"
}
'{
"checkout_url": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/partner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"billing_model": "<string>"
}
'{
"checkout_url": "<string>"
}Registers the specified team as a partner. This creates a Stripe Checkout session for the partner subscription and returns the checkout URL.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.
kickback or pay_as_you_go.