Oauth
OAuth
curl -X GET "https://example.com/api/v1/auth/oauth/bindings"Empty
curl -X GET "https://example.com/api/v1/auth/oauth/providers"Empty
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
provider*string
OAuth provider name
Response Body
curl -X GET "https://example.com/api/v1/auth/oauth/string"Empty
curl -X GET "https://example.com/api/v1/auth/oauth/string/callback"Empty
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
provider*string
OAuth provider name
Response Body
curl -X DELETE "https://example.com/api/v1/auth/oauth/string/unbind"Empty
