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.
/api/v1/citynexus/.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"