latestOpenAPI 3.0.2MIT2026-08-1745267541.8 KB

bdb3e0c48bf7

App

List all apps for a given project

Get a list of all apps in the specified project.

get/v1/projects/{project_id}/apps

Response

A successful response.

Example response

{
  "apps": [
    {
      "channel_credentials": [
        {
          "channel": "WHATSAPP"
        }
      ],
      "display_name": "Sinch Conversation API Demo App 001",
      "id": "{APP_ID}"
    }
  ]
}