curl --request GET \
--url https://api.cal.com/v2/stripe/connect \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"authUrl": "<string>"
}
}curl --request GET \
--url https://api.cal.com/v2/stripe/connect \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"authUrl": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Was this page helpful?