79206888

Date: 2024-11-20 11:02:15
Score: 1
Natty:
Report link

It was due to some extra params being passed in the request after removing those it worked fine.

curl -X GET -G \ --url 'https://api.mindbodyonline.com/public/v6/client/clients' \ -H 'Accept: application/json' \ -H 'siteId: -99' \ -H 'authorization: auth token' \ -H 'API-Key: apikey' \ -d 'request.includeInactive=false' \ -d 'request.isProspect=false' \
-d 'request.lastModifiedDate=2024-11-01T00%3A00%3A00Z' \ -d 'request.limit=1000'

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Omer