Skip to main content
GET
/
v2
/
stripe
/
save
Save Stripe credentials
curl --request GET \
  --url https://api.cal.com/v2/stripe/save \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

state
string
required
code
string
required

Response

200 - application/json
url
string
required