Skip to main content
GET
/
Root
curl --request GET \
  --url https://api.mor.org/
{
  "name": "<string>",
  "version": "<string>",
  "description": "<string>",
  "documentation": "<string>"
}
Root endpoint returning basic API information. Returns metadata about the Morpheus API Gateway including version information and available resources.

Response

name
string
API name
version
string
Current API version
description
string
API description
documentation
string
URL to API documentation
API Discovery: This endpoint is useful for API discovery and version checking. It provides a quick way to verify the API is accessible and learn about its current version.
This endpoint does not require authentication and can be called by anyone to check API availability.