You can always change the configuration of your API on the Settings page.
Base URL + Endpoint URL
.
https://api.mydomain.com/weather-forecast/
https://api.mydomain.com/current-weather/
then https://api.mydomain.com/
is the base URL.https://<subdomain>.p.nadles.com/
Later, you can configure Nadles API Gateway to use a custom domain for your API, e.g. https://api.mydomain.com
Learn more
X-Billing-Token
header.
This behavior can be changed: you can flexibly configure Nadles Gateway to look for the access token in any other header (including the standard Authorization: Bearer
scheme) or in an arbitrary field in JSON request body.
If you decide to configure user authentication differently, make sure to update the Authentication instructions for API users field.
See the Authentication chapter of this documentation to learn more.
https://<subdomain>.p.nadles.com/
URL, customers use your own domain name to make API calls.
Read more about that in the Custom domain name section of this documentation.