Skip to main content
GET
Get API information
curl --request GET \
  --url https://api.example.com/
{
  "endpoints": [
    {
      "description": "<string>",
      "method": "<string>",
      "path": "<string>"
    }
  ],
  "message": "<string>"
}

Response

200 - application/json

API information

endpoints
object[]
required

List of available API endpoints

message
string
required

Welcome message