POST
/business/get/profileConsulta perfil business
Descrição
Consulta perfil business
Exemplo de requisição
curl -X POST 'https://api-server.dichat.com.br/business/get/profile' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"Phone": "5511999999999"
}'Respostas
200Response
application/json
{
"code": 200,
"data": {
"data": "..."
}
}