> For the complete documentation index, see [llms.txt](https://api.senderwiz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.senderwiz.com/admin.md).

# Admin

- [Customer](https://api.senderwiz.com/admin/customer.md)
- [Get All Customers](https://api.senderwiz.com/admin/customer/get-all-customers.md): Fetch a paginated list of all customers from your SenderWiz account using the Admin API with optional filters.
- [Get One Customer](https://api.senderwiz.com/admin/customer/get-one-customer.md): Retrieve a single customer’s full profile details using their unique UID via SenderWiz Admin API.
- [Create a Customer](https://api.senderwiz.com/admin/customer/create-a-customer.md): Create a new customer account in SenderWiz, with optional company information. This is typically used for provisioning new client accounts.
- [Update a Customer](https://api.senderwiz.com/admin/customer/update-a-customer.md): Update an existing customer profile using SenderWiz Admin API by passing updated personal or company information.
- [Delete a Customer](https://api.senderwiz.com/admin/customer/delete-a-customer.md): Delete an existing customer profile using SenderWiz Admin API safely by first setting their status to 'Pending delete'.
- [Get All Customer Groups](https://api.senderwiz.com/admin/customer/get-all-customer-groups.md): Retrieve a complete list of all customer groups available in your SenderWiz account.
- [Get All Timezones](https://api.senderwiz.com/admin/customer/get-all-timezones.md): Retrieve a complete list of supported timezones for your SenderWiz platform using Admin API access.
- [Get Delivery Report](https://api.senderwiz.com/admin/get-delivery-report.md): Retrieve detailed email delivery reports with advanced filters, timezone support, and export in JSON or CSV from your SenderWiz account.
- [Customer Login via Token](https://api.senderwiz.com/admin/customer-login-via-token.md): Enable seamless customer login to SenderWiz using a secure admin token—no password required, session valid for 10 minutes. Acts like SSO integration.
- [Customer Task via Admin API](https://api.senderwiz.com/admin/customer-task-via-admin-api.md): Allow Admins to perform customer-level tasks securely using their Admin API key and a customer ID header.
- [Customer API](https://api.senderwiz.com/admin/customer-api.md)
- [Get a Customer API Key](https://api.senderwiz.com/admin/customer-api/get-a-customer-api-key.md): Retrieve a customer’s active API keys securely via Admin API. Useful for integration, validation, or access control tasks.
- [Create a Customer API Key](https://api.senderwiz.com/admin/customer-api/create-a-customer-api-key.md): Create a customer API key using Admin API. Add IP rules, name, and description for secure integration across systems and platforms.
- [Update a Customer API Key](https://api.senderwiz.com/admin/customer-api/update-a-customer-api-key.md): Update a customer's API key with a new name, description, or IP rules using the Admin API for improved security and management.
- [Delete a Customer API Key](https://api.senderwiz.com/admin/customer-api/delete-a-customer-api-key.md): Safely remove a customer API key via Admin API and revoke access tied to the deleted key. Supports fine-grained access control.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.senderwiz.com/admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
