Utilities
Check if the endpoint is healthy and well
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response
application/json
Responsestring
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
get
/health-checkGenerates an arbitrary number of valid challenges for a did, then returns them
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
amountinteger · max: 100OptionalDefault:
100Responses
200
Successful response
application/json
Responsestring[]
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/challengesGets the did:web for the LearnCloud itself
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response
application/json
Responsestring
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
get
/didLast updated
Was this helpful?