Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3655

How to get Demo Clients Using Mindbody API Python

$
0
0

Can anyone tell me the steps to get the demo clients from Mind-Body? As of now, I created a basic developer account and have the API key from that account. However, when I go to this URL, https://developers.mindbodyonline.com/ui/documentation/public-api#/http/api-endpoints/client/get-clients, and enter the token, I get an empty response. Any help would be appreciated.

REQUEST

curl -X GET -G \  --url 'https://api.mindbodyonline.com/public/v6/client/clients'  \  -H 'Accept: application/json' \  -H 'siteId: -99' \  -H 'authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWJzY3JpYmVySWQiOiItOTkiLCJpZCI6IjE2NDE4NjMiLCJsb2dpbiI6Im1pbmRib2R5c2FuZGJveDk5QGdtYWlsLmNvbSIsImFjY2VzcyI6IlN0YWZmIiwiZXhwIjoxNzMxMjUxMTY4LCJuYmYiOjE3MzExNjQ3Njh9.xSmMWoQaNlvnEbth2UQeiGx-ZFNoVskEdWLPcu9CnmE' \  -H 'API-Key: 2799edb2d39f4eb9b7cb1a817fda0f08' \  -d 'request.clientIDs[0]=request.clientIDs9' \  -d 'request.clientIDs[1]=request.clientIDs0' \  -d 'request.clientIDs[2]=request.clientIDs1' \  -d 'request.includeInactive=false' \  -d 'request.isProspect=false' \  -d 'request.lastModifiedDate=2016-03-13T12%3A52%3A32.123Z' \  -d 'request.limit=62' \  -d 'request.offset=100' \  -d 'request.searchText=request.searchText0' \  -d 'request.uniqueIds[0]=123' \  -d 'request.uniqueIds[1]=124' \  -d 'request.uniqueIds[2]=125'

RESPONSE

{"PaginationResponse":{"RequestedLimit":62,"RequestedOffset":100,"PageSize":0,"TotalResults":0},"Clients":[]}

Viewing all articles
Browse latest Browse all 3655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>