Sign in

List admin users

documented

Retrieve a list of admin users.

GET /3dCartWebAPI/v1/AdminUsersAdmin Usersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://apirest.3dcart.com/3dCartWebAPI/v1/AdminUsers?page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "SecureUrl: {{$secure_url}}" \
  -H "PrivateKey: {{SHIFT4SHOP_SECRET}}" \
  -H "Token: {{SHIFT4SHOP_API_KEY}}"
List admin users · Shift4Shop · OpenIntegrations