Skip to content

Getting Started

Welcome to the Xama API. This guide walks you through the basics of connecting to the API and making your first request.

All API requests should be sent to:

https://api.xama.example.com/v1

Replace the host and version with the values for your environment.

Use curl to verify connectivity:

Terminal window
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.xama.example.com/v1/status