Utilities
Check if the endpoint is healthy and well
Authorizations
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
GET /api/health-check HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text
Generates an arbitrary number of valid challenges for a did, then returns them
Authorizations
Query parameters
amountinteger · max: 100OptionalDefault:
100
Responses
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
GET /api/challenges HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"text"
]
Gets the did:web for the LearnCloud itself
Authorizations
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
GET /api/did HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text
Was this helpful?