Skip to main content
GET
/
cabinet
/
admin
/
remnawave
/
inbounds
List Inbounds
curl --request GET \
  --url https://api.example.com/cabinet/admin/remnawave/inbounds \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ],
  "total": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

List of inbounds response.

items
Items · object[]
total
integer
default:0