For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dashboard

get
Authorizations
Query parameters
Hidden ModelstringOptional
Responses
200

Successful

application/json
stringOptional
get/dashboard
GET /v1/dashboard HTTP/1.1
Host: api.edgetag.io
Accept: */*
text
post
Authorizations
Body
object · Hidden ModelOptional
Responses
200

Successful

application/json
stringOptional
post/dashboard
POST /v1/dashboard HTTP/1.1
Host: api.edgetag.io
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
text
get
Authorizations
Query parameters
Hidden ModelstringOptional
Responses
200

Successful

application/json
stringOptional
get/dashboard/channels
GET /v1/dashboard/channels HTTP/1.1
Host: api.edgetag.io
Accept: */*
text
get
Authorizations
Responses
200

Successful

application/json
stringOptional
get/dashboard/{dashboardId}
GET /v1/dashboard/{dashboardId} HTTP/1.1
Host: api.edgetag.io
Accept: */*
text
put
Authorizations
Body
object · Hidden ModelOptional
Responses
200

Successful

application/json
stringOptional
put/dashboard/{dashboardId}
PUT /v1/dashboard/{dashboardId} HTTP/1.1
Host: api.edgetag.io
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
text
delete
Authorizations
Responses
200

Successful

application/json
stringOptional
delete/dashboard/{dashboardId}
DELETE /v1/dashboard/{dashboardId} HTTP/1.1
Host: api.edgetag.io
Accept: */*
text
post
Authorizations
Body
object · Hidden ModelOptional
Responses
200

Successful

application/json
stringOptional
post/dashboard/{dashboardId}/render
POST /v1/dashboard/{dashboardId}/render HTTP/1.1
Host: api.edgetag.io
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
text

Last updated

Was this helpful?