/
AR
ararahq
/
AraraHQ API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
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_" } ]
Changes