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.
Example response
{
"channel_credentials": [
{
"channel": "WHATSAPP"
}
],
"display_name": "Sinch Conversation API Demo App 001",
"id": "{APP_ID}"
}