The Nexview interface
Nexview has 227 addresses. Nearly all of them are internal: the interface talks to the server and both change together. Thirteen carry a promise — those you can build on.
How to get in
Every account creates an API token in its profile under Account → Security. Send it as Authorization: Bearer …. A token has exactly the rights of its account — no more. A may only read switch restricts it to GET.
curl -H "Authorization: Bearer nxv_…" \
https://your-nexview/api/v1/requests/mine
In your own installation
/docs carries the same reference, but interactive — with your data and your token. This page explains; it does not operate.