Skip to main content
GET
/
v1
/
auth
/
cas
/
auth-url
Get Cas Auth Url
curl --request GET \
  --url http://localhost:8000/v1/auth/cas/auth-url
{
  "data": {
    "url": "<string>"
  },
  "message": "<string>",
  "success": true
}

Query Parameters

service
string | null

Response

Successful Response

data
CASAuthURLResponse · object
message
string | null
success
boolean
default:true