Skip to main content
GET
/
instances
/
{id}
/
user-info
Informações do Usuário
curl --request GET \
  --url https://api.wapizap.com/api/v2/instances/{id}/user-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "phone": "<string>",
  "profilePicture": "<string>",
  "business": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Informações do usuário

id
string
name
string
phone
string
profilePicture
string<uri>
business
object

Informações se for conta Business