Skip to main content
GET
/
v2
/
workspace
/
{workspaceId}
/
search
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/workspace/{workspaceId}/search \
  --header 'Authorization: Bearer <token>'
{
  "birthday": 123,
  "gender": "<string>",
  "phone": "<string>",
  "jobTitle": "<string>",
  "name": "<string>",
  "recipient": "<string>",
  "id": "<string>",
  "picture": "<string>",
  "email": "[email protected]"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer<int32>

Número da página

pageSize
integer<int32>

Tamanho da página

Response

Retorno da requisição

birthday
integer<int64> | null

Data de nascimento

gender
string | null

Gênero do contato

phone
string | null

Telefone

jobTitle
string

Cargo

name
string | null

Nome do contato

recipient
string

Identificador único do chat dentro do canal

id
string

Id do contato

picture
string | null

Link da imagem de perfil do contato

email
string<email> | null

Email do contato