# Get all Websites

Video Link: <https://youtu.be/biXa-f_nXaI>

API to get all metadata related to every website created by a user in the platform.

{% hint style="info" %}
Use Cases:

* SEO
* Website Name and Logo
  {% endhint %}

{% hint style="info" %}
To access all websites, you need an **Access Token**, that can be generated from the Settings menu from account.
{% endhint %}

1. Enter the Access token in Authentication block on the right, to access all APIs. \
   (Highlighted in the below image)

<figure><img src="/files/2T9gpUMhBvh5tfl5SrAe" alt=""><figcaption></figcaption></figure>

2. Click on **Try It!** button. and you will get the API in **Response** tab.

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


---

# Agent Instructions: 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://nexaflow.gitbook.io/nexaflow/developer-apis/get-all-websites.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.
