> ## 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 Are the URL Parameters in POST API Requests Not Obtained?

> URL parameters are only supported in GET requests for MoEngage Custom Connectors and Content API. POST requests do not pass URL parameters through.

## Problem

The URL parameters provided in Custom Connector requests do not appear in the resulting POST API calls.

<img alt="Untitled design (21).png" src="https://mintcdn.com/moengage-doc-2298-s2s-type-case-sensitive/8OaIYgvqt-4jw66X/images/moengage_6e1251.png?fit=max&auto=format&n=8OaIYgvqt-4jw66X&q=85&s=4d62e7f43bbf90db04758dbb6813ec41" width="720" height="456" data-path="images/moengage_6e1251.png" />

## Solution

* When making POST requests in Custom Connectors or Content API calls, the URL parameters included in the request are not sent.
* URL parameters are only supported for GET requests but not for POST requests.
* This limitation applies to both Content API calls and Custom Connector API calls.
  <Warning>
    POST requests do not support URL parameters.
  </Warning>
