Skip to main content
GET
/
v1
/
console
/
modules
List Modules
curl --request GET \
  --url http://localhost:8000/v1/console/modules \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "display_name": "<string>",
      "id": "<string>",
      "key": "<string>"
    }
  ],
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Response

200 - application/json

Successful Response

data
ModuleResponse · object[] | null
message
string | null
success
boolean
default:true