Retrieves information about the WhatsApp nnumbe.
Request
Body Params application/json
{
"phoneNumber": "5535910173430"
}
Request samples
curl --location --request POST 'https://nexus.sourei.com.br/api/v1/chat/whatsappNumbers' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "5535910173430"
}'
Responses
application/json Modified at 2025-03-12 15:00:09