/
AR
ararahq
/
AraraHQ API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1mo ago
View markdown
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-21
72
104
104.0 KB
174c89e36a13
api-keys
7
auth
3
business-profile
3
campaigns
8
contacts
4
get
Lista contatos da organização
post
Importa contatos em lote
get
Stats agregadas de contatos da organização
get
Busca contato por telefone E.164
conversations
5
dashboard
3
health
1
messages
3
numbers
6
organization
1
payments
3
pricing
1
profile
4
recovery
6
templates
6
wallet
4
webhook-config
3
webhooks
1
contacts
Importa contatos em lote
post
/v1/contacts/batch
Request body
ContactRequest[]
required
name
string
required
phone
string
required
email
string
email
nullable
attributes
object
nullable
Example request
[ { "phone": "+5511999998888" } ]
Response
Resultado do import
ContactsBatchResponse
required
importId
string
uuid
required
created
integer
required
updated
integer
required
skipped
integer
required
errors
ContactsBatchError[]