cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/stripe/save \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Required membership role: team admin. PBAC permission: organization.manageBilling. Learn more about API access control at https://cal.com/docs/api-reference/v2/access-control
team admin
organization.manageBilling
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?