GET
/v1/auth/sso/:organizationSlug/:type
Copy to clipboard
Get SSO Type
Get SSO Type
Request
Add parameter in header
authorization
Example:
Authorization: Bearer <token>
organizationSlug
string
required
type
string
required
Responses
200 Response
application/json
status
boolean
optional
data
object
optional
{
"status": true,
"data": {}
}