The Xeneta API authenticates requests using API keys or tokens.
If your account has access to the API, you can generate your API key in the Security section of your Xeneta account settings. If not, be sure to contact us to request access first.
Keep API keys safeMake sure to keep your API keys safe and secure and never share them in publicly accessible places such as client-side code, public repositories, and so on.
Once you have your API key, you can use it to authenticate your requests by including it in the X-Auth
header.
/v3.0/echo
X-Auth: YOUR_API_KEY
Host: api.xeneta.com
All requests to Xeneta API must be made over HTTPS. Any requests made over HTTP or any non-authenticated requests will return an error.