CITYNEXUS Pro API access

CITYNEXUS Pro API requests use the same authenticated session as the web interface. After signing in through the DestinE platform, copy the token from an API request's Authorization: Bearer <token> request header.

  1. Open the browser developer tools and select the Network tab.
  2. Refresh CITYNEXUS Pro or open a scenario so the application makes an API request.
  3. Select a request starting with /api/v1/citynexus/.
  4. Copy only the token value after Bearer.

Click Authorize below and paste the token value only. Swagger UI adds the Authorization: Bearer <token> header automatically for Try it out requests.

curl -H "Authorization: Bearer <token>" \
  "https://<citynexus-pro-host>/api/v1/citynexus/scenarios?city=copenhagen"