> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/chat-commerce-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal/view-and-edit-api-integrations.md).

# View & edit API integrations

{% hint style="success" %}
If you are on one of our paid packages, Clickatell will set up API integrations on your behalf.
{% endhint %}

There are two types of API integrations you can set up in your Clickatell account:

* **Basic HTTP API:** Ideal if you want to use SMS as your only channel.&#x20;
* **One API:** Allows you to use both WhatsApp and SMS channels without having to program them individually. Future-proof your implementation as Clickatell continues to add support for additional channels.&#x20;

An API integration is created as part of the wizard when creating a new [SMS](https://guides.clickatell.com/sms-user-guide/getting-started/add-new-sms-setups) or [WhatsApp ](https://guides.clickatell.com/whatsapp-channel/getting-started/add-and-manage-whatsapp-business-profiles)setup.

* **WhatsApp** setups automatically make use of **One API.**
* For **SMS** setups, you can choose between **HTTP** and **One API** *(recommended)*.

{% hint style="info" %}
For more detailed information about our APIs, see our [Developer Documentation website](https://docs.clickatell.com/).
{% endhint %}

1. Navigate to *My Workspace* -> *API Integrations* for a list of all the integrations in your account.&#x20;

<figure><img src="/files/32QEFoioqxuWnGNx8MO2" alt=""><figcaption></figcaption></figure>

2. To view or update an API's details, select it from the table.&#x20;

<figure><img src="/files/6MSkUpXakxQShSOBAa1s" alt=""><figcaption></figcaption></figure>

3. Click *Update Changes*.

<figure><img src="/files/q0SwtRrUOdRJCZhruKSj" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal/view-and-edit-api-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
