Skip to main content

👤 Profile

Manage your WhatsApp profile information through the Noxivo Engine.


Get Profile Details

Retrieves your current WhatsApp display name, status, and about info.

Endpoint: GET /api/v1/sessions/:id/profile

Example cURL:

curl https://api-workflow-engine.noxivo.app/api/v1/sessions/wa_agency_123_tenant_456/profile \
-H "X-API-Key: YOUR_ENGINE_KEY"

Profile Updates (Proxy)

For updating your profile name and about info, you can use the WAHA proxy endpoints directly through the engine.

Update Display Name

Endpoint: POST /api/v1/:session/profile/name Body: { "name": "Noxivo Support" }

Update About Info

Endpoint: POST /api/v1/:session/profile/about Body: { "about": "Available for support 24/7" }