You have not created an API Key yet. Click the button below to generate one.
To interact with our system's endpoints, you need to generate an API Key. The API Key serves as an authentication token for your requests, ensuring that only authorized users can access the available endpoints.
You can send the API Key in two ways:
key parameter to your URL.X-Api-Key header.https://api.example.com/data?key=YOUR_API_KEY&allianceId=YOUR_ALLIANCE_ID
curl -X GET "https://api.example.com/data?key=YOUR_API_KEY&allianceId=12345"
In both cases, make sure to include your AllianceId as a query parameter to ensure correct access and data retrieval.
To explore all available API endpoints and their detailed usage, check out our Swagger documentation here.