latestOpenAPI 3.0.2MIT2026-08-1745267541.8 KB

bdb3e0c48bf7

App

Get an app

Returns a particular app as specified by the App ID.

get/v1/projects/{project_id}/apps/{app_id}

Response

A successful response.

conversation_metadata_report_view'NONE' | 'FULL'

NONE - Omit metadata. FULL - Include all metadata assigned to the conversation.

display_namestring

The display name for the app.

idstring

The ID of the app. You can find this on the Sinch Dashboard.

processing_mode'CONVERSATION' | 'DISPATCH'

Whether or not Conversation API should store contacts and conversations for the app. For more information, see Processing Modes.

Example response

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