> 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/customer.md).

# Customer

- [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.


---

# 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/customer.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.
