Utilities

Check health of endpoint

get

Check if the endpoint is healthy and well

Authorizations
Responses
200
Successful response
application/json
Responsestring
get
GET /api/health-check HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text

Request a list of valid challenges

get

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[]
get
GET /api/challenges HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  "text"
]

Get LCN Did

get

Gets the did:web for the LCN itself

Authorizations
Responses
200
Successful response
application/json
Responsestring
get
GET /api/did HTTP/1.1
Host: ..
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text

Was this helpful?