> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-doc-2298-s2s-type-case-sensitive.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Does the Content API Show a 406 Error in Dashboard but a 200 Response in Postman?

> Fix the MoEngage Content API 406 error in the dashboard while Postman returns 200 OK. Add the correct user-agent header to resolve this issue.

## Solution

1. To consistently receive a 200 OK response in Postman, you must include the following details as Key-Value pairs in the Headers section:
   * **Key**: user-agent
   * **Value**: moengage-bot
     <img src="https://mintcdn.com/moengage-doc-2298-s2s-type-case-sensitive/-y-IRwI6U1wYhebG/images/moengage_6153a6.png?fit=max&auto=format&n=-y-IRwI6U1wYhebG&q=85&s=739138e43f9f96640b456aa61ab91f50" width="1582" height="594" data-path="images/moengage_6153a6.png" />
2. After adding these details, retest the content API from the dashboard to verify if the error is resolved.
