API documentation, authentication, code examples, webhooks, and developer guides.
28 articlesLearn how to authenticate with the Data Mammoth API using API keys and JWT tokens for secure programmatic access.
Every request to the Data Mammoth API must be authenticated. This guide covers how to generate API credentials, authenticate requests using API keys and JWT tokens, and follow secu…
cURL command examples for the Data Mammoth API — quick reference for server management, billing, and support operations.
cURL is the simplest way to test and interact with the Data Mammoth API from the command line. These examples provide a quick reference for common API operations that you can run d…
JavaScript and Node.js code examples for the Data Mammoth API — server management, billing, and automation.
These JavaScript examples demonstrate how to use the Data Mammoth API with Node.js using the built-in fetch API Node.js 18+ and the axios library. Each example is ready to adapt fo…
PHP code examples for the Data Mammoth API — server management, billing operations, and webhook handling with cURL.
These PHP examples demonstrate how to interact with the Data Mammoth API using PHP's built-in cURL functions. Each example is ready for integration into your PHP applications. Setu…
Python code examples for the Data Mammoth API — server management, billing, and support automation with requests library.
These Python examples demonstrate how to interact with the Data Mammoth API using the popular requests library. Each example is ready to use with minimal modification. Setup Instal…
Complete reference for Data Mammoth API error codes with handling strategies and troubleshooting guidance.
When an API request fails, Data Mammoth returns a structured error response with a status code, error code, and human-readable message. This guide covers all error codes, their mea…
Introduction to the Data Mammoth API — automate server management, billing, support, and more with our RESTful API.
The Data Mammoth API provides programmatic access to your entire hosting infrastructure. Automate server provisioning, manage billing, handle support tickets, and integrate Data Ma…
Learn how to paginate and filter Data Mammoth API results for efficient data retrieval across large datasets.
When API endpoints return large collections of data, results are paginated to keep responses fast and manageable. This guide explains how pagination and filtering work in the Data…
Make your first Data Mammoth API call in minutes with this quickstart guide covering setup, authentication, and basic requests.
This quickstart guide gets you from zero to a working API call in just a few minutes. By the end, you will have authenticated with the API and retrieved your server list. Prerequis…
Understand Data Mammoth API rate limits and learn best practices for efficient, reliable API integration.
Rate limits protect the Data Mammoth API infrastructure and ensure fair access for all users. This guide explains how rate limits work, how to monitor your usage, and best practice…
Use the Data Mammoth Billing API to manage invoices, view payments, check account balance, and automate billing operations.
The Billing API provides programmatic access to your invoicing, payment, and subscription data. Use it to build custom billing dashboards, automate payment monitoring, and integrat…
Complete reference for the Data Mammoth Server Management API — create, manage, monitor, and control servers programmatically.
The Server Management API lets you control every aspect of your Data Mammoth servers programmatically. This guide covers all available endpoints for server lifecycle management, po…
Use the Data Mammoth Support API to create and manage support tickets and access Knowledge Base articles programmatically.
The Support API lets you integrate Data Mammoth support operations into your own tools and workflows. Create tickets programmatically, track their status, and access Knowledge Base…
Set up Data Mammoth webhooks to receive real-time notifications for server events, billing changes, and support updates.
Webhooks provide real-time, push-based notifications when events occur in your Data Mammoth account. Instead of repeatedly polling the API to check for changes, webhooks deliver ev…
Can't find what you need?