Pular para o conteúdo principal
GET
/
v1
/
api-keys
Listar API keys
curl --request GET \
  --url https://pilotstatus.com.br/v1/api-keys \
  --header 'x-api-key: <api-key>'
[
  {
    "numberId": "wn_1",
    "number": "5511999999999",
    "displayName": "Suporte",
    "keyId": "k_aaa",
    "keyLast4": "wxyz",
    "key": "ps_4f1c...real...wxyz",
    "revealable": true
  },
  {
    "numberId": "wn_2",
    "number": "5511888888888",
    "displayName": "Vendas",
    "keyId": "k_bbb",
    "keyLast4": "abcd",
    "key": null,
    "revealable": false
  }
]

Autorizações

x-api-key
string
header
obrigatório

Sua chave de API ps_

Resposta

Listar keys (key do tenant — todos os números)