Batch request does not support member api ?
Tried below payload
[
{
"Id": "profile",
"Order": 0,
"PathAndQuery": "/v2.2/accounts/{{accountId}}/contacts",
"Method": "GET"
},
]
But get this response
[
{
"RequestId": "profile",
"HttpStatusCode": 400,
"HttpReasonPhrase": "Request path does not look like valid API request",
"ResponseData": null
}
]
-
wa commented
The "payload" you show is several levels removed from the actual request URL that was generated. Clearly the generated URL is incorrect, but nobody can tell from what you've posted. Can you examine the actual HTTP request?