/
/Squidex API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 3w ago
Apps35
  • getGet the app asset scripts.
  • putUpdate the asset scripts.
  • getGet app clients.
  • postCreate a new app client.
  • putUpdates an app client.
  • deleteRevoke an app client.
  • getGet app contributors.
  • postAssign contributor to app.
  • deleteRemove yourself.
  • deleteRemove contributor.
  • getGet the app image.
  • postUpload the app image.
  • deleteRemove the app image.
  • getGet app languages.
  • postAdd an app language.
  • putUpdates an app language.
  • deleteDeletes an app language.
  • getGet app roles.
  • postAdd role to app.
  • getGet app permissions.
  • putUpdate an app role.
  • deleteRemove role from app.
  • getGet your apps.
  • postCreate a new app.
  • getGet team apps.
  • getGet an app by name.
  • putUpdate the app.
  • deleteDelete the app.
  • putTransfer the app.
  • getGet the app settings.
  • putUpdate the settings.
  • getGet app workflow.
  • postCreate a workflow.
  • putUpdate a workflow.
  • deleteDelete a workflow.
Assets19
Backups7
Contents26
Diagnostics2
EventConsumers4
History2
Jobs3
Languages1
News1
Ping3
Plans4
Rules19
Schemas34
Search1
Statistics7
Teams11
Templates2
Translations1
UserManagement7
Users5
    Apps

    Get app clients.

    Gets all configured clients for the app with the specified name.

    get/api/apps/{app}/clients

    Path parameters

    appstring required

    The name of the app.

    Response

    Clients returned.

    _linksobject required

    The links.

    Changes