# TheSlowNet ## Docs - [Get Display Name](https://docs.theslow.net/apis/account-management/get-display-name.md): Retrieve the display name of the currently authenticated user. - [Update Display Name](https://docs.theslow.net/apis/account-management/update-display-name.md): Update the display name of the currently authenticated user. - [API Overview](https://docs.theslow.net/apis/api-reference.md): Explore all available API endpoints, categorized by their functionality. - [Send or Edit Discord Webhook](https://docs.theslow.net/apis/discord-webhooks/send-discord-webhook.md): Send new messages or edit existing Discord webhook messages via Slowhooks. - [Get Email Forwarding Status](https://docs.theslow.net/apis/email-forwarding/email-forwarding-status.md): Retrieve the current email forwarding status and forwarding address of the authenticated user. - [Toggle Email Forwarding](https://docs.theslow.net/apis/email-forwarding/email-forwarding-toggle.md): Enable or disable email forwarding for your SlowNet alias, and set the forwarding address. - [Get Site Configuration](https://docs.theslow.net/apis/site-configuration/get-site-configuration.md): Retrieve your SlowNet Site configuration, profile blocks, and available themes. - [Get Site Status](https://docs.theslow.net/apis/site-configuration/get-site-status.md): Check whether your SlowNet site is currently enabled or disabled. - [Toggle Site Visibility](https://docs.theslow.net/apis/site-configuration/toggle-site-visibility.md): Enable or disable your public SlowNet site with a single API call. - [Update Site Configuration](https://docs.theslow.net/apis/site-configuration/update-site-configuration.md): Update your SlowNet site's bio, avatar, theme, location, mood, and content blocks. - [Add Event](https://docs.theslow.net/apis/slowstats/add-event.md): Create a new event record for a specific project in your SlowNet account using an API key. - [Ingest Metric](https://docs.theslow.net/apis/slowstats/add-metric.md): Submit a new metric payload for a specific project in your SlowNet account using an API key. - [Get Project Events](https://docs.theslow.net/apis/slowstats/get-project-events.md): Retrieve all events for a specific project in your SlowNet account using an API key. - [Get Project Metrics](https://docs.theslow.net/apis/slowstats/get-project-metrics.md): Retrieve aggregate metrics for a specific project in your SlowNet account using an API key. - [Get Projects](https://docs.theslow.net/apis/slowstats/get-projects.md): Retrieve all projects associated with your API key in your SlowNet account. - [Authentication](https://docs.theslow.net/authentication.md): All requests to our API require authentication using a unique API key. This ensures that only authorized applications can access your data and perform actions on your behalf. - [Error Handling](https://docs.theslow.net/error-handling.md): When interacting with any API, it's crucial to understand how to interpret and handle errors. Our API uses standard HTTP status codes to indicate the success or failure of a request, along with a consistent JSON error response format to provide more specific details. - [Automating with GitHub Actions](https://docs.theslow.net/guides/automation/automating-with-github-actions.md): Use GitHub Actions to automatically update your SlowNet page. - [Integrating with Zapier or n8n](https://docs.theslow.net/guides/automation/integrating-with-zapier-or-n8n.md): Use Zapier or n8n to automate your SlowNet updates with no code. - [Building Your SlowNet Page](https://docs.theslow.net/guides/building-your-slownet/building-your-slownet-page.md): Get started by creating your personalized SlowNet page with bio, avatar, mood, and blocks. - [Enabling Email Forwarding](https://docs.theslow.net/guides/building-your-slownet/enabling-email-forwarding.md): Learn how to enable @theslow.net email forwarding for your SlowNet name. - [Creating a Minimalist Link Site](https://docs.theslow.net/guides/building-your-slownet/minimalist-link-site.md): Use SlowNet to create a clean, minimal page with all your important links. - [Setting Up a Custom Theme](https://docs.theslow.net/guides/customization/setting-up-custom-theme.md): Customize your SlowNet site with your own colors, fonts, and style. - [Using Slowhooks to Post to Discord](https://docs.theslow.net/guides/integrations/using-slowhooks-to-post-to-discord.md): Learn to use Slowhooks to send or edit Discord webhook messages from your SlowNet. - [Storing and Rotating API Keys](https://docs.theslow.net/guides/security/storing-and-rotating-api-keys.md): Keep your SlowNet API key safe and rotate it if it ever gets compromised. - [Debugging Common API Errors](https://docs.theslow.net/guides/troubleshooting/debugging-common-api-errors.md): Fix common SlowNet API problems like 401s, 409s, or 500s. - [Making Requests](https://docs.theslow.net/making-requests.md): This guide provides a foundational understanding of how to construct and send requests to our API. All interactions with our API are done via standard HTTP methods over HTTPS. - [Quickstart](https://docs.theslow.net/quickstart.md) - [Rate Limits](https://docs.theslow.net/rate-limits.md): To ensure the stability and fair usage of our API for all users, we implement rate limiting. This means there's a limit to the number of requests you can make within a given time period. Understanding and respecting these limits is crucial for building robust applications.