Getting Started
Welcome to the Xama API. This guide walks you through the basics of connecting to the API and making your first request.
Base URL
Section titled “Base URL”All API requests should be sent to:
https://api.xama.example.com/v1Replace the host and version with the values for your environment.
Your first request
Section titled “Your first request”Use curl to verify connectivity:
curl -H "Authorization: Bearer YOUR_TOKEN" \ https://api.xama.example.com/v1/statusNext steps
Section titled “Next steps”- Read the Authentication guide to learn how to obtain a token.
- Browse the interactive API Reference.