Logo

Docs

Info

Endpoints

Info endpoint reference.

GET
/

Response Body

application/json

application/json

curl -X GET "https://example.com"
{  "branding": {    "name": "string",    "description": "string",    "logoUrl": "http://example.com",    "shortName": "string",    "themeHex": "string",    "website": "http://example.com",    "email": "user@example.com",    "location": "st",    "operator": "string"  },  "openmusic": {    "version": "1.0",    "capabilities": [      "streaming"    ]  },  "authentication": {    "methods": [      {        "type": "none"      }    ]  }}
{  "error": {    "status": 100,    "message": "string",    "details": [      {        "message": "string",        "param": "string",        "value": null      }    ],    "requestId": "string"  }}