Morpheus API Gateway LogoMorpheus API Gateway

Root

Root endpoint returning basic API information.

GET

Authorization

AuthorizationRequiredBearer <token>

Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)

In: header

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X GET "http://api.mor.org/" \
  -H "Authorization: Bearer <token>"
null

How is this guide?