/
AR
ararahq
/
AraraHQ API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 59m ago · Updated 1mo ago
View markdown
ararahq
AraraHQ API
get
Lista API keys ativas do usuário
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-21
72
104
104.0 KB
174c89e36a13
api-keys
7
get
Lista API keys ativas do usuário
post
Cria uma nova API key
delete
Revoga uma API key
patch
Atualiza nome, escopo, expiração ou IP allowlist
post
Rotaciona uma API key (gera nova, marca antiga como rotacionada)
get
Stats de uso da chave (7d / 30d)
get
Eventos de auditoria da chave (created, rotated, revoked, etc.)
auth
3
business-profile
3
campaigns
8
contacts
4
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
api-keys
Lista API keys ativas do usuário
get
/v1/api-keys
Response
Lista (somente metadados, nunca o segredo)
ApiKeyListItem[]
required
id
string
uuid
required
name
string
required
prefix
string
required
lastFour
string
nullable
mode
'LIVE'
required
scope
string
required
createdAt
string
date-time
required
lastUsedAt
string
date-time
nullable
expiresAt
string
date-time
nullable
expired
boolean
ipAllowlist
string
nullable
rotatedFromId
string
uuid
nullable
Example response
[ { "prefix": "ara_live_" } ]