Skip to main content
GET
/
api
/
v1
/
misc
Get miscellaneous API configuration and server information
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

fetch('https://blackbox.dasha.ai/api/v1/misc', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "auth": "<string>",
  "sipServer": "<string>"
}

Response

Returns the configuration information

Response model for miscellaneous configuration information

auth
string | null

Authentication server URL

sipServer
string | null

SIP server URI for voice communication