messages_service
Get project messages apps
get/api/v1/services/messages/apps
Query parameters
project_idinteger required
Project ID
Response
Project messages apps
Example response
{
"items": [
{
"id": 3652012454,
"name": "MyApp-123",
"image": "https://my_dapp.io/avatar.png",
"project_id": 1647024163,
"url": "https://my_dapp.io",
"verify": true,
"date_create": 1690889913000
}
]
}