Host Info (since 1.4.7)

GET https://api.speakap.io/host-info/

Request

URI:/host-info/
Method:GET
Accpt:application/vnd.speakap.api-v1.8.2+json+hal

Filters

Name Type Description
network EID Network EID

Response

200
Returns a JSON host-info object
Service Type Description
api URL Read-only Base URL for the Speakap API
authenticator URL Read-only Base URL for the Speakap Authenticator
emitter URL Read-only Base URL for the Speakap Emitter
static URL Read-only Base URL for all static files
speakapDomain string Read-only Top-level network domain
networkBaseUrl URL Read-only Base URL to the network document root

Example

{
    "api": "https://api.speakap.io/",
    "authenticator": "https://api.speakap.io/",
    "emitter": "https://n2.speakap.io:433/",
    "static": "https://static.speakap.io/",
    "speakapDomain": "speakap.com",
    "networkBaseUrl": "https://example.speakap.com"
}