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}"
}
]
}