# Content Categories (API)

To list all available categories available to your account you can make the following **GET** request:&#x20;

```hsts
https://content-api.mobivate.com/v1/<account_id>/categories/?types=Games,Videos
```

### Parameters

| Parameter   | Description                                                                    |
| ----------- | ------------------------------------------------------------------------------ |
| account\_id | Your unique Mobivate account id, for example: `0000d000a000d000c000e0f000b00`. |
| types       | The specified type of categories available on your account.                    |

{% hint style="info" %}
Please note: You can specify multiple content types by separating them by a comma. For example: `Games,Videos`
{% endhint %}


---

# 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://wiki.mobivate.com/api-message-paramaters/content-api-restful/content-categories-api.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.
