Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Oauth Callback

OAuth コールバックを処理し、取得したトークンを Secret Manager に格納。

GET/connectors/{provider}/oauth/callback
Path parameters
providerstringrequired
Query parameters
codestringrequired
statestringrequired
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X GET "/connectors/string/oauth/callback?code=string&state=string"
Response
"string"