Retrieve a paginated list of accounts the partner integrator is authorized to access.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account?sortBy=ID&sortDir=ASC&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "accounts": [ { … } ], "nextCursor": "string" }